Skip to content
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

Issue 1353: Patch for /training/tessopt.cpp #13

Closed
wants to merge 1 commit into from

Commits on May 13, 2015

  1. Issue 1353: Patch for /training/tessopt.cpp

    https://code.google.com/p/tesseract-ocr/issues/detail?id=1353
    
    When training batch boxes and tifs this causes training to fail after 2nd iteration. The issue is that the tessopt iterator index is a global. The fix is to 1.) reset before each tessopt usage 2.) wrap the iterator state in a class/generator. Low priority, but useful if we want to generate a bunch of traineddatas in the same process or even multiple threads.
    [email protected] authored and jimregan committed May 13, 2015
    Configuration menu
    Copy the full SHA
    b15e244 View commit details
    Browse the repository at this point in the history