The Optical Character Recognation (OCR) is a API built with .NET Core 8. It allows users to upload images via HTTP requests and extracts text using Tesseract OCR. 🚀
This application allows users to:
✅ Read text from the image 🖼️
✅ Process the uploaded file ⚙️
✅ Return information to the user 📦
optical-character-recognition
├── duplicate-photo-check.Api # Presentation layer (handles HTTP requests)
├── duplicate-photo-check.Service # Business logic and duplicate detection algorithm
Make sure you have the following installed:
# Clone the repository
git clone https://github.com/omatheusribeiro/duplicate-photo-check-bot.git
cd duplicate-photo-check-bot
# Go back to the root directory
cd ..
cd duplicate-photo-check.Api
dotnet run
Open your browser and go to: http://localhost:5180/swagger 🌐
- **Send an image through the API.
- **Receive information read from the image through the response.
- .NET Core 8 (API)
- Tesseract OCR
This project is licensed under the GPL-3.0 License.