blinkinput / blinkinput-ios

OCR SDK for iOS powered by MicroBlink
Apache License 2.0
130 stars 26 forks source link

OCR can't scan text with underline #2

Closed swenner closed 8 years ago

swenner commented 8 years ago

Arial font with underline can not be scanned.

Cerovec commented 8 years ago

Hi,

can you send us an image of the document you're trying to scan? We would be interested in adding this specific case in out test suite.

Thanks

swenner commented 8 years ago

I used the ios sample app and scanned from a screen.

OCRTestCase.pdf

BTW: very bold fonts have issues too (e.g. Impact): http://ufonts.com/fonts/impact.html

Cerovec commented 8 years ago

Our team is looking into this.

This specific bold font (Impatc) should not be a problem - we can add it in our OCR model. Here's a list of all fonts currently in our SDK.

For the underlined font, the problem is slightly bigger. We either have to remove the line completely to classify each character individually, or we should train our classifier to understand underlined chars. In any case, we should investigate this further to make the conclusions.

You can contact us at info@microblink.com to further explain your use case.

Thanks!