You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ tesseract 000.png stdout --psm 10 digits
Warning: Invalid resolution 0 dpi. Using 70 instead.
iL
000.png:
Expected Behavior:
Since --psm 10 is specified, the output 'iL' is invalid. A single character should be recognized.
As 'digits' are specified as a config file, 'iL' is invalid. A digit character(0123456789-.) should be recognized.