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

Different ocr results with almost same image using lstm only single line mode #393

Open
shishaozheng opened this issue Dec 19, 2018 · 0 comments

Comments

@shishaozheng
Copy link

shishaozheng commented Dec 19, 2018

Hi, I used the tesseract 4.0.0 version for ios branched by chaoskyme
I try to use it for almost same images with following language and mode (official fast eng tessdata):

let tesseract:G8Tesseract = G8Tesseract(language: "eng", engineMode: G8OCREngineMode.lstmOnly)
tesseract.pageSegmentationMode = .singleLine

I try three times, but the result is quite different, just first one is correct, the other two results is so confused.

image

image

image

@shishaozheng shishaozheng changed the title Different ocr results with almost same image using lstm only mode Different ocr results with almost same image using lstm only single line mode Dec 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant