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

trying to add user words/patterns again: #2324

Closed

Commits on Mar 14, 2019

  1. trying to add user words/patterns again:

    - replace (shallow/copy) Dict::LoadLSTM
      with (full/original) Dict::Load
      in LSTMRecognizer::LoadDictionary
    - pass the member ParamsVectors of the
      Tesseract instance into LSTMRecognizer by:
      - extending its Load method with params ptr
      - extending its LoadDictionary likewise
      - after constructing inner CCUtil and Dict
        with default params, overwrite these
        with the true params
        (via new ParamUtils::ResetFromParams)
    bertsky committed Mar 14, 2019
    Configuration menu
    Copy the full SHA
    cbd9cf6 View commit details
    Browse the repository at this point in the history