- Python 3.9+
- Tesseract 4.0+
- Docker & Docker Compose
$ python -m venv venv
$ make install
$ make build
$ make start
$ make database
Now, you should be able to go localhost:5000/ to see the app running.
$ make stop
You can import the postman collection from this link to test the API.
Don't forget to change the base_url
variable to your local url, by default is localhost:5000/
. Also, fill out the body params and select a file to upload in the upload_image
request.