I am a bit surprised at how low the accuracy seems to be. Does anyone know if this is typical just of OCR done in JS, or OCR in general? I am aware that at least one or two implementations are extremely good (eg. Google ones) but are those complete outliers?
Open Source OCR in JavaScript
11–20 of 28 posts
Re: Open Source OCR in JavaScript
#12Would this be an easy way to get OCR into an iPhone app with phone gap? Could it operate on a live video feed?
[1] http://9to5mac.com/2014/06/03/ios-8-webkit-changes-finally-a... [2] https://github.com/ldiqual/tesseract-ios
edit: Looking closer at this lib, impressive. Might give it a go.
Re: Open Source OCR in JavaScript
#13Re: Open Source OCR in JavaScript
#14Hand writing my name Chris was difficult for it to pick up. It kept thinking my "C" was an "L" and putting spaces in between letters. Also determined my "S" was an underscore. Still pretty cool. Thanks!
Re: Open Source OCR in JavaScript
#15Re: Open Source OCR in JavaScript
#16Re: Open Source OCR in JavaScript
#17I am a bit surprised at how low the accuracy seems to be. Does anyone know if this is typical just of OCR done in JS, or OCR in general? I am aware that at least one or two implementations are extremely good (eg. Google ones) but are those complete outliers?
Re: Open Source OCR in JavaScript
#18Re: Open Source OCR in JavaScript
#19Re: Open Source OCR in JavaScript
#20Interesting - I've had the Project Naptha ( http://projectnaptha.com/ ) Chrome extension installed without really looking under the hood. Turns out it has Ocrad.js and Tesseract as two engine options - it uses them to automaticaly convert images on the page to selectable text.