-
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
Set Variable again, russian chars #120
Comments
Try encoding the value as an ansii value using unicode escape sequences. I
|
try this, not work |
I have the same problems with Russian symbols. But I think I know the solution. The line
should be run before initializing. In the previous version of the Tesseract wrapper, the initialization method was existed separately from constructor. So, I could do this:
But in the current version I can't do it because the initialization method was moved into the constructor. Please, fix it. |
Okay, I'm going to have a look into this today.
|
Same issue as Issue #68, I'll backport the fix from 3.03 and see if that helps. |
It works now, thanks. Can you merge it into master branch and publish via NuGet? |
Yes, I'll look at doing that tomorrow want to do a little more testing
|
Great! |
This "SetVariable" not work, how i can do white list chars?
engine.SetVariable("tessedit_char_whitelist", "АБВГД...etc");
The text was updated successfully, but these errors were encountered: