This project provides a simple image processing service for recognizing text from images
Docker
git clone [email protected]:AlexKhoroshko/image_processor.git
cd image_processor
docker-compose up --build
The web service will be available at http://0.0.0.0:9292.
You can use the following endpoints to process images:
POST /process_image: Processes an image using the specified operations. Text from image can be viewed in logs.
Format of the request coming example:
{ "fileUrl": "https://previews.123rf.com/images/happyroman/happyroman1611/happyroman161100004/67968361-atm-transaction-printed-paper-receipt-bill-vector.jpg" }