This project focuses on simplifying the tasks of extracting information from images and efficiently navigating the web. We're using two tools: PyTesseract for converting images to text and a web ...
The ocr_api/main.py file is an API which accepts a POST request with an image parameter, then returns the text in that image as a response. The API can be hosted on a web server like heroku, but make ...