I am looking for a way to call Google as few times as possible so I am wondering if there is a way for Google to automatically decide weather to use TEXT_DETECTION
or DOCUMENT_TEXT_DETECTION
through Python Cloud Vision client?
Asked
Active
Viewed 43 times
0
2 Answers
0
The Cloud Vision API has no way to determine which is the "best" detection method to use -- this is for you to decide.

Dustin Ingram
- 20,502
- 7
- 59
- 82