https://github.com/cubetiq/ocr-web-api
An image extract to text (OCR)
https://github.com/cubetiq/ocr-web-api
flask pytesseract python tesseract
Last synced: about 2 months ago
JSON representation
An image extract to text (OCR)
- Host: GitHub
- URL: https://github.com/cubetiq/ocr-web-api
- Owner: CUBETIQ
- Created: 2023-02-26T09:55:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-08-16T02:52:16.000Z (11 months ago)
- Last Synced: 2025-08-16T04:33:42.274Z (11 months ago)
- Topics: flask, pytesseract, python, tesseract
- Language: Python
- Homepage: https://ocr-web-api.heroku.ctdn.dev
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Image OCR Web API
Go to [Web API](https://ocr-web-api.heroku.ctdn.dev)
- Flask
- Pytesseract (`pip install pytesseract`)
- Pillow (`pip install Pillow`)
- Tesseract-ocr (`sudo apt install tesseract-ocr`)
### Features
- [x] Image to Text
- [x] Support Languages, English & Khmer (`eng` and `khm`)
### TODO
- [x] Extract Image to Text
### Local Development
```shell
pip install -r requirements.txt
```
```shell
python3 -m flask run --reload
```
### Contributors
- Sambo Chea