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
when I want to specify the regions of interest via .UZN file (zones file), tesserocr does not pay attention to this file, which is specified according to this tutorial.
First of all: why you want to use uzn file if you can use API/SetRectangle? uzn file is for tesseract executable users...
Next: tesseract-ocr/tesseract#3837
I want to use UZN file in order to get away from Tesseract's inner segmentation, which I cannot control and which fails on my documents - it does not find all regions of text in sparsely distributed text on a page.
Finally, I was able to set up UZN file with the help of API/ProcessPage, where I specified the filename parameter with the path to the image, where the UZN file is also present. Finally, it worked.
Hello,
when I want to specify the regions of interest via .UZN file (zones file), tesserocr does not pay attention to this file, which is specified according to this tutorial.
The code I use:
The code returns the whole contents of the page, not the one specified in the OZN file.
Is it a bug or am I doing something wrong? Thanks!
The text was updated successfully, but these errors were encountered: