Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Existing OCR scripts in JavaScript [closed]

I have an idea for a CMS enhancement, to extract text information from images (for example, scanned documents), and want to know if there is already anything out there to help me along?

Basically, I want to know if there is an existing OCR script written in JavaScript that can extract sentences/words from an image (using canvas, for example).

I know there are some scripts that do relatively small tasks such as captcha-cracking, but I haven't yet come across a script for extracting full sentences.

Is there such a thing, or would I need to write it from scratch?

like image 599
Kae Verens Avatar asked Nov 28 '11 17:11

Kae Verens


1 Answers

Antimatter15's Ocrad.js is a possibility

like image 186
user1731782 Avatar answered Sep 21 '22 23:09

user1731782