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

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)

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