Skip to content

Simple docker image with python flask and tesseract.

Notifications You must be signed in to change notification settings

premar/tesseract-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tesseract-web

No Maintenance Intended

Docker image with python flask serving as API and tesseract-ocr software. Simply send an image and tesseract will return the text inside the image.

Getting Started

Build the server image:

sudo docker build -t tesseract-web .

Start the image with:

sudo docker run -p 127.0.0.1:5000:5000 tesseract-web

Usage

Send a POST request with the image as json parameter. See the example inside the client.

About

Simple docker image with python flask and tesseract.

Resources

Stars

Watchers

Forks