-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setting variable tessedit_write_images to true has no effect #160
Comments
I had a look at the Tesseract 3.02 source and it only checks the I think the best solution here would be if I added this functionality directly to the wrapper (i.e. manually check the variable) is defined after the recognise phase is run and save the image then. Should be fairly straight forward and have the desired functionality\effect. |
Fixed, you should see the expected behaviour in the next release. |
Thanks you very much. |
i have installed tesseract ocr in windows ... can you guys help me how to to fix tessedit_write_images to true from command line or in some config file |
where the
|
Hi!
I've a noob question. Hope someone can help me.
I've set the variable tessedit_write_images to true using the SetVariable Method.
After that I read this var using the method TryGetBoolVariable to ensure it was setted propertly.
Then I Processed an image and obtained the text, but I expected to find a tessinput.tif file in the same folder than my .exe and the image is not there.
Am I doing something wrong or this variable is not supported?
Thanks.
The text was updated successfully, but these errors were encountered: