Giter VIP home page Giter VIP logo

Comments (3)

Balearica avatar Balearica commented on May 25, 2024

It looks like this is an issue with Tesseract rather than any code specific to Tesseract.js or your implementation.

Tesseract uses a binarization algorithm provided by the Leptonica library by default (there are some configuration options related to binarization that you can look up in the Tesseract repo/documentation). This example shows how to access the intermediate images used by Tesseract. For your image, the binarization algorithm performs extremely poorly with the text being almost entirely erased--I've attached the binarized image.

download (5)

I do not have a strong understanding of the Leptonica binarization algorithm bused by default, but the fact that the text is very light gray compared to some of the darker blacks found in the image appears to be what is tripping it up. To demonstrate, removed the image, and the text no longer disappears during the binarization step.

user_example_1a
download (6)

If you use the version with the image removed, Tesseract will spit out some text. I do not expect it to be accurate--I can hardly make out the words in the input image personally, so do not expect Tesseract to be able to recognize it accurately.

One final small thing--the worker.load function can be removed. That was necessary in old versions but does not do anything in v4 and above.

from tesseract.js.

TricksterCode210 avatar TricksterCode210 commented on May 25, 2024

Thank you for your well explained answer. That helped me a lot.

from tesseract.js.

Balearica avatar Balearica commented on May 25, 2024

No problem. Closing the issue given this is not a bug with Tesseract.js.

from tesseract.js.

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.