20140425 Post

Keith I MyersKeith I Myers2014-04-25 00:56:52-0400 – Updated: 2014-04-25 00:56:52-0400Originally shared by OCR in JavaScript

Ocrad.js is a pure JavaScript version of the Ocrad project, automatically converted using Emscripten. It’s a simple OCR (Optical Character Recognition) program that can convert scanned images of text back into text. Clocking in at about a megabyte of JavaScript with no hefty training data dependencies, it’s on the lighter end of the spectrum.

Source / Demo:
http://antimatter15.github.io/ocrad.js/demo.html

GitHub / Download:
https://github.com/antimatter15/ocrad.js

License:
GNU General Public License, Version 3 (GPLv3)
http://www.gnu.org/licenses/gpl-3.0.html
https://github.com/antimatter15/ocrad.js/blob/master/LICENSEOCR in JavaScript

Ocrad.js is a pure JavaScript version of the Ocrad project, automatically converted using Emscripten. It is a simple OCR (Optical Character Recognition) program that can convert scanned images of text back into text. Clocking in at about a megabyte of JavaScript with no hefty training data dependencies, it's on the lighter end of the spectrum.

---

Source / Demo:
http://antimatter15.github.io/ocrad.js/demo.html

GitHub / Download:
https://github.com/antimatter15/ocrad.js

License:
GNU General Public License, Version 3 (GPLv3)
http://www.gnu.org/licenses/gpl-3.0.html
https://github.com/antimatter15/ocrad.js/blob/master/LICENSE

OCR in JavaScriptOcrad.js is a pure JavaScript version of the Ocrad project, automatically converted using Emscripten. It is a simple OCR (Optical Character Recognition) program that can convert scanned images of text back into text. Clocking in at about a megabyte of JavaScript with no hefty training data dependencies, it’s on the lighter end of the spectrum.—Source / Demo:http://antimatter15.github.io/ocrad.js/demo.htmlGitHub / Download:https://github.com/antimatter15/ocrad.jsLicense:GNU General Public License, Version 3 (GPLv3)http://www.gnu.org/licenses/gpl-3.0.htmlhttps://github.com/antimatter15/ocrad.js/blob/master/LICENSE

Shared with: Public

Leave a Comment