OCR-API. Python Scripts to interact with the biggest OCR Providers (Google, Microsoft, Amazon) and with the Tesserayt API.
This repository provides simple Python Scripts to interact with paid OCR providers, like Google, Microsoft and Amazon. Additionally a simple implementation of the Tesseract Python Library was created
- The APIs.py file gives an API to easily communicate with the Platforms of the paid OCR Providers
- The Tesseract.py file gives the same API Format to communicate with the Open-Source Tesseact Library
- The OCR_Interface.py file lets you process and analyze single images or image folders easily with just one function call.
This files can be used to generate a comparison between different OCR possibilities to find out which is the best method for your data.