Skip to content

OCR service for images. Parse text from image and return bounding boxes. Using python and tesseract.

Notifications You must be signed in to change notification settings

miftahul-huda/tesseract-ocr-service

Repository files navigation

tesseract-ocr-service

OCR service for images. Parse text from image and return bounding boxes. Using python and tesseract.

API

Call the api to parse table from image and return the bounding boxes and its text:

http://<host>/ocr?url=<urltoimage>

Call the api to parse table from image and return the image with bounding boxes:

http://<host>/ocr-to-image?url=<urltoimage>  

Installation

  1. Install the requirements:
pip install -r requirements.txt
  1. Run the script
python app.py

About

OCR service for images. Parse text from image and return bounding boxes. Using python and tesseract.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published