Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
129 views

How can I tell Google Document AI Enterprise OCR to always assume one column?

How can I tell Google Document AI Enterprise OCR to always assume one column? My text (scans of old books) are always one column. However, due to layout, (lots of) whitespace, and inline figures, ...
SRobertJames's user avatar
  • 9,261
2 votes
1 answer
809 views

Can Google Vision API extract the multiple language code for corresponding text in the image

Can Google Vision API tell us what language does the text belong to in an image For example, an image contains "Hello" in different languages like https://pocketcultures.com/2008/10/30/say-hello-in-...
hepzi's user avatar
  • 445
17 votes
1 answer
4k views

Google Vision API does not recognize single digits

I have a project that make use of Google Vision API DOCUMENT_TEXT_DETECTION in order to extract text from document images. Often the API has troubles in recognizing single digits, as you can see in ...
Davide Biraghi's user avatar
17 votes
2 answers
7k views

Google Cloud Vision - Numbers and Numerals OCR

I've been trying to implement an OCR program with Python that reads numbers with a specific format, XXX-XXX. I used Google's Cloud Vision API Text Recognition, but the results were unreliable. Out of ...
NigelJL's user avatar
  • 173