Skip to content

bobharley/ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tesseract REST API

REST API OCR(Optical Character Recognition) using tesseractjs nodejs and express


Install

run npm install

Usage

Start the server by running node app It should log "Server listening on port 3000"

Then send a POST request with a request body

{img: "base64"} 

where "base64" is your image converted to base64

About

ocr rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors