Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ankitjaadoo/image2textapi
- Owner: ankitjaadoo
- License: apache-2.0
- Created: 2024-01-10T11:32:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-02-02T09:47:03.000Z (10 months ago)
- Last Synced: 2024-04-14T03:11:22.016Z (7 months ago)
- Topics: digitalocean, docker, fastapi, microservice, ocr, pytesseract, python3
- Language: Python
- Homepage:
- Size: 7.11 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)