Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitjaadoo/image2textapi

Deploy a microservice REST API endpoint using FastAPI, pytesseract, Docker, & DigitalOcean App Platform.
https://github.com/ankitjaadoo/image2textapi

digitalocean docker fastapi microservice ocr pytesseract python3

Last synced: 9 days ago
JSON representation

Deploy a microservice REST API endpoint using FastAPI, pytesseract, Docker, & DigitalOcean App Platform.

Awesome Lists containing this project

README

        

[![FastAPI Microservice for Django](https://static.codingforentrepreneurs.com/media/projects/fastapi-microservice-django/images/share/FastAPI_Microservice_for_Try_Django.jpg)](https://www.codingforentrepreneurs.com/projects/fastapi-microservice-django)

The goal of this MicroService is to extract any and all text from images using a technique called OCR(Optical Character Recognition).

Here's a list of the packages we have used in this project to accomplish this particular task:

- FastAPI
- Tesseract OCR
- pytesseract
- pre-commit
- pytest
- Gunicorn
- Uvicorn
- Requests
- Docker
- and more

## Want to just run the app?
Click below to deploy to DigitalOcean:

[![Deploy to DO](https://www.deploytodo.com/do-btn-blue.svg)](https://cloud.digitalocean.com/apps/new?repo=https://github.com/ankitjaadoo/Image2TextAPI/tree/main)