A http api with a tesseract ocr wrapper using containers with integrated xunit tests
- Docker and docker-compose
- Any http request tool (optional)(swagger is available if needed)
- Run
docker compose upin your terminal - Access on your browser the address http://localhost:5000/swagger
- Use the swagger interface to send any supported image file to receive the extracted text as the response
- Docker and docker-compose
- Dotnet SDK 6.0.+
- Any IDE that works with Dotnet
- Run
docker compose up rabbitmq - Start the
Bonum.Ocrproject - Start the
Bonum.Apiproject
Must have the development pre-requisites
- Run
dotnet testin the Src folder - (Alternative) Run the test using any IDE