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 up
in 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.Ocr
project - Start the
Bonum.Api
project
Must have the development pre-requisites
- Run
dotnet test
in the Src folder - (Alternative) Run the test using any IDE