-
Notifications
You must be signed in to change notification settings - Fork 744
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
How use tesseract dictionary? #125
Comments
Maybe checkout the section on user data here: Note my reading of this is it replaces the standard dictionary rather than
|
This parametrs not work? If i set this parametrs more then default value, my words begin compare with dictionary words! But how i can do it? |
Might be they are init only variables and therefore need to be set during In the meantime it might be worth trying the previously mentioned approach
|
Init only write NO in table here: https://code.google.com/p/tesseract-ocr/wiki/ControlParams |
I'll have to give it a go myself. However according to the controls page
|
do you try "tessedit_enable_dict_correction parametr"? |
Sorry haven't had a chance to look into this yet, should have time tonight
|
Good news, I've got custom word dictionaries working by adding support for Unfortunately I can't publish the code now as I don't have an Internet
|
Oh great! I`m wait! How this will be work? |
For an example of loading a config file which configures tesseract to use a custom word list see EngineTests.Initialise_CanLoadConfigFile |
As per previous comments the enhancements to use custom dictionary will be released in the next release. |
How i can use dictionary for best recognition? For example, tesseract give me result: "Роосия", but dictionary have normal version: "Роcсия" . Why my result not replaced good version of word?
The text was updated successfully, but these errors were encountered: