Existing OCR scripts in JavaScript [closed]

2020-02-28 18:13发布

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?

3条回答
一纸荒年 Trace。
2楼-- · 2020-02-28 18:19
【Aperson】
3楼-- · 2020-02-28 18:38

Take a look at https://github.com/selead/node-ocr. It's a CoffeeScript libray to access ABBYY Cloud OCR SDK service.

查看更多
等我变得足够好
4楼-- · 2020-02-28 18:38

There is a tesseract module for node.js available on github.

查看更多
登录 后发表回答