hrishikeshrt / google_drive_ocr

Perform OCR using Google's Drive API v3
Other
37 stars 10 forks source link

Fix function name on docs: perform_ocr_batch #5

Closed pedroeagle closed 2 years ago

pedroeagle commented 2 years ago

Description

When I read the docs to use the library I got some problems with function name. 'GoogleOCRApplication' object has no attribute 'perform_batch_ocr

Motivation and Context

I just read the library code and saw that, actually the function name is perform_ocr_batch.

How has this been tested?

I just changed my function naming call and the problem was fixed. It was just a doc outdated.

Screenshots (if appropriate):

Types of changes

Checklist:

hrishikeshrt commented 2 years ago

Thank you.