Live data from Hacker News

Tesseract.js wraps an Emscripten port of the Tesseract OCR Engine

github.com

1–10 of 62 posts

Re: Tesseract.js wraps an Emscripten port of the Tesseract OCR Engine

#8
post #5

Can I do OCR all-in-browser with this, without involving any backend? Not much familiar with OCR accuracy metrics, how much accurate is Tesseract?

> Can I do OCR all-in-browser with this

Literally third sentence of the description:

> It works in the browser using webpack or plain script tags with a CDN and on the server with Node.js.

Re: Tesseract.js wraps an Emscripten port of the Tesseract OCR Engine

#9
post #5

Can I do OCR all-in-browser with this, without involving any backend? Not much familiar with OCR accuracy metrics, how much accurate is Tesseract?

Tesseract works well with clean input, though in my experience it suffers greatly as soon as anything gets noisy.
Post reply on HN