Code Monkey home page Code Monkey logo

Comments (14)

gali8 avatar gali8 commented on August 28, 2024 5

u must configure tesseract for best results. all helps are available at www.google.com :)

from tesseract-ocr-ios.

Tragio avatar Tragio commented on August 28, 2024

I'm having the same issue. I tested the template framework project on my iPad, and I put this image (http://www.myfico.com/Images/sample_overlay.gif) on my computer and I used the camera and the app won't detect :c I did something wrong? What I will need optimize? Thanks for you work!

from tesseract-ocr-ios.

Tragio avatar Tragio commented on August 28, 2024

https://imgur.com/a/MN0av is the result. I only import UIImage+Filters and downloaded and imported the last English Tessdata from the Tesseract Google Site. I tested too only with UIImage+Filters imported, and I have every time the same results.

from tesseract-ocr-ios.

joelfischerr avatar joelfischerr commented on August 28, 2024

Have you tried different images as source?

Sent from my iPhone

On 18 Aug 2014, at 06:06, Jakuya [email protected] wrote:

https://imgur.com/a/MN0av is the result. I only import UIImage+Filters and downloaded and imported the last English Tessdata from the Tesseract Google Site. I tested too only with UIImage+Filters imported, and I have every time the same results.


Reply to this email directly or view it on GitHub.

from tesseract-ocr-ios.

Tragio avatar Tragio commented on August 28, 2024

Yes, I made a few tests and I never had a good result :/

from tesseract-ocr-ios.

ws233 avatar ws233 commented on August 28, 2024

Actually, tesseract is only OCR, nothing more.
And it supports only fonts, which it supports, nothing more.

First, you need to preprocess your images to allow tesseract to work correctly, as it's written here:
https://code.google.com/p/tesseract-ocr/wiki/ImproveQuality.
That means you need to remove a noise from your images, rotate images to make the text horizontal, and so on.
Second, there is an issue with fonts. I'm not sure the tesseract can recognized outlined fonts. So you need to train tesseract to support such fonts. "How to" is written here: https://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3
Or, which is easier, use some filters, to make your text solid. Actually, you could achive this just using adaptive binarization.

So, the issue have nothing related to the project, it's related to image processing basics.

from tesseract-ocr-ios.

ws233 avatar ws233 commented on August 28, 2024

I guess, it could be closed.

from tesseract-ocr-ios.

kevincon avatar kevincon commented on August 28, 2024

I've moved the information provided here to the Wiki: https://github.com/gali8/Tesseract-OCR-iOS/wiki/Tips-for-Improving-OCR-Results

I've also added some more notes about using GPUImage. I'll close this issue, but any other ideas about improving OCR results for Tesseract should be added to the Wiki page.

from tesseract-ocr-ios.

ws233 avatar ws233 commented on August 28, 2024

Good job!

Should we explain about skipping the internal thresholding somewhere? or at least mention about this feature on that page?

from tesseract-ocr-ios.

kevincon avatar kevincon commented on August 28, 2024

Yeah I think that'd be good to add. Want to add another section (one "#" in markdown) to explain about it?

from tesseract-ocr-ios.

ws233 avatar ws233 commented on August 28, 2024

How can I do this? Do I have a write access to the Wiki?
Wow! I do! :)
Let me try.

from tesseract-ocr-ios.

ws233 avatar ws233 commented on August 28, 2024

No. actually I don't. I can only edit the Sidebar content. I cannot find how to edit the wiki pages.

from tesseract-ocr-ios.

kevincon avatar kevincon commented on August 28, 2024

I think you should be able to because @bamx was able to edit one of the Wiki pages and he doesn't have collaborator status. Here's where I see it:

screen shot 2015-01-06 at 11 12 26 am

from tesseract-ocr-ios.

ws233 avatar ws233 commented on August 28, 2024

Ah! Thanks a lot for the help.
Seems ok now.

from tesseract-ocr-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.