Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 791 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 791 Bytes

Image Processor

This project provides a simple image processing service for recognizing text from images

Requirements

Docker

Usage

Clone the repository:

git clone [email protected]:AlexKhoroshko/image_processor.git

Change directory to the project root:

cd image_processor

Start the services using Docker Compose:

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" }