OCR service for images. Parse text from image and return bounding boxes. Using python and tesseract.
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>
- Install the requirements:
pip install -r requirements.txt
- Run the script
python app.py