Tesseract.js – A Javascript port of the Tesseract OCR engine
tesseract.projectnaptha.com
Tesseract.js – A Javascript port of the Tesseract OCR engine
1–10 of 38 posts
Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#2Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#3Calling this “pure JavaScript” seems misleading
Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#4Congrats! Why would one create such a project with JS given all of the languages available to them?
Theretically, cross platform support would be another possibility. But one could argue native C code could be bundled as well, albeit with separate integration being needed. (Android and iOS do support such extensions).
Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#5Congrats! Why would one create such a project with JS given all of the languages available to them?
Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#6I found an error in the chinese demo, with the example you provided (4th character wasn't the same). I know no OCR is perfect, but IMHO at least your own demo should be free of errors.
Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#7Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#8> Tesseract.js wraps an emscripten port of the Tesseract OCR Engine Calling this “pure JavaScript” seems misleading
Re: Tesseract.js – A Javascript port of the Tesseract OCR engine
#9Nice stuff! I found an error in the chinese demo, with the example you provided (4th character wasn't the same). I know no OCR is perfect, but IMHO at least your own demo should be free of errors.