8000 GitHub - aebadirad/tesseract.js: JS implementation of the tesseract library for text OCR
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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%
0