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

Getting bad OCR on "Simple" Image. #40

Closed
RollingGoron opened this issue Aug 30, 2016 · 1 comment
Closed

Getting bad OCR on "Simple" Image. #40

RollingGoron opened this issue Aug 30, 2016 · 1 comment

Comments

@RollingGoron
Copy link

RollingGoron commented Aug 30, 2016

Can you provide some tips on how to properly train SwiftOCR? Every image I feed it even after training with new fonts, SwiftOCR spits out garbage or an empty array. I feel like I'm not doing something properly.

These are not difficult images either, something as simple at 3 numbers it can't recognize. What am I doing wrong??

Here is an example image. I've trained the OCR-Network with all fonts.

screen shot 2016-08-30 at 9 17 53 pm

It seems to skip letters and Tesseract can identify this 100%. What am I doing wrong?

@RollingGoron RollingGoron changed the title I'm getting a lot of garbage when attempting OCR. Getting bad OCR on "Simple" Image. Aug 31, 2016
@NMAC427
Copy link
Owner

NMAC427 commented Apr 4, 2017

By default SwiftOCR can only recognize uppercase letters and numbers. Your image contains lowercase letters and a special font. If you want to recognize images like these, I would suggest you to train SwiftOCR to recognize this font and lowercase characters.

@NMAC427 NMAC427 closed this as completed Apr 4, 2017
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

2 participants