Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
2 answers
4k views

how can I detect all the text that inside a block with Google Vision Api

I'm trying to extract text from an image with google vision api, it works. But I just want to detect part of the image to get certain text. this is the image I used I just want to extract all the ...
user avatar
0 votes
0 answers
101 views

Detecting text with Google Vision API ignores some characters

I'm using Google Vision API to recognize text from an image. It works usually fine but if the text contains closing curly braces } it is almost always ignored. There is no problem with the opening ...
Vmxes's user avatar
  • 2,765
1 vote
2 answers
2k views

Extract Name from ID Card with OCR Mobile Vision

I'm able to get all text from ID card with Mobile Vision API Text Recognition but I want to extract specific information such as Name, Surname from the text. A block of output is like this: Is ...
Melih's user avatar
  • 33