Skip to content

leonardorb/nodejs-tesseract-experiences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Experiences with node.js + Tesseract

Labs time with Tesseract and node.

Using:

How to experiment:

brew install tesseract --all-languages

Install all needed node modules

npm install

Start working with your documents/receipts

You can delete everything under /data_extracted/ and /documents/. They're there just to exemplify the experience.

Add your new documents/receipts at /documents/ and run:

node extract.js

You should be able to see your extracted data under /data_extracted/.

Other notes:

Missing: tests. You can use this code as you like. No guarantees.

About

Experiences with node.js + Tesseract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published