Skip to content

Selenium39/tesseract.js-offline

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesseract.js Offline

This repository is a show case for how to use tesseract.js without downloading any files from remote.

Installation

$ npm install

Usage

Browser

For browser version, execute command below to start the server

$ npm run start

Visit http://localhost:3000/browser/ and press F12 to check console logs.

Node.js

For Node.js version, simply run this command

$ node ./node/index.js

You will see the result in terminal

FAQ

Where can I download *.traineddata.gz for other languages?

You can download from naptha/tessdata

About

An example for using tesseract.js in offline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%