Skip to content

JS implementation of the tesseract library for text OCR

Notifications You must be signed in to change notification settings

aebadirad/tesseract.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tesseract.js

This is a browser-based JS implementation of the Tesseract OCR project.

Quick get started guide:

Tesseract.init()

Tesseract.recognize( img, {lang: 'eng'} ).then( function (result) {console.log(result)} );

Options for init override to location of worker.js and tessdata traineddata paths: {workerJSPath: '/relative/to/root/worker.js', tessdataPath: 'relative/to/root/tessdata/'}

About

JS implementation of the tesseract library for text OCR

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%