The simplest example of what I'm trying to recognize:
I use DOCUMENT_TEXT_DETECTION
, but in the answer I get the hieroglyphics.
If I use Eng
in the ImageContext
parameter for the addAllLanguageHints
method, then I have 111 in result. Better, but still bad.
Is there any way to indicate that the numbers are recognised or somehow improve the results?
Also, how is the setRepeatedField
option in ImageContext
is used? I could not find any examples of its use.
Thanks in advance.