https://github.com/rbourgeat/ocr-api
A simple API using OCR
https://github.com/rbourgeat/ocr-api
Last synced: 2 months ago
JSON representation
A simple API using OCR
- Host: GitHub
- URL: https://github.com/rbourgeat/ocr-api
- Owner: rbourgeat
- Created: 2022-12-09T18:34:55.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T18:36:18.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T17:21:23.129Z (6 months ago)
- Language: Python
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A simple OCR api in Python
## Installation
```
pip3 install fastapipip3 install uvicorn
```## Run
```
python3 app.py
```