Hi friends

I am using a static TessBaseAPI object in my application. This object gets 
initialized and reads, processes the training data at the startup of the 
application.

Then, this application processes multiple scanned images through the 
TESS_API TessBaseAPI::ProcessPages() function, using the 
same TessBaseAPI object over and over again.

I observed that the correctness of text decoded from images after some time 
reduces.

I could simulate this issue in tesseract.exe also by modifying 
tesseractmain.cpp file to have one TessBaseAPI object and process all the 
images using this same object.

Can you please guide me whether there are any modifications done to 
training data loaded in TessBaseAPI object?

Shall we not use different TessBaseAPI object for each image decoding? Is 
this a known issue?

Thanks in advance for your time and help.

Best Regards,
- ganesh

-- 
You received this message because you are subscribed to the Google
Groups "tesseract-ocr" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/tesseract-ocr?hl=en

Reply via email to