https://github.com/cakecrusher/flask-tesseract5
A Docker environment for running a Flask server with Tesseract-OCR v.5
https://github.com/cakecrusher/flask-tesseract5
docker docker-compose flask ocr tesseract tesseract-5 tesseract-ocr
Last synced: 3 months ago
JSON representation
A Docker environment for running a Flask server with Tesseract-OCR v.5
- Host: GitHub
- URL: https://github.com/cakecrusher/flask-tesseract5
- Owner: CakeCrusher
- Created: 2021-07-09T00:42:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T15:21:06.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T00:41:23.526Z (over 1 year ago)
- Topics: docker, docker-compose, flask, ocr, tesseract, tesseract-5, tesseract-ocr
- Language: Dockerfile
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flask-tess5
A Docker environment for running a Flask server with Tesseract-OCR v.5
## Set up
Clone the repo
```bash
git clone https://github.com/CakeCrusher/flask-tesseract5.git
```
Navigate to amalgamation directory
```bash
cd amalgamation
```
Initiate docker compose
```bash
docker-compose up
```
## Docker images
Tesseract-OCR v.5
```bash
docker pull cakecrusher/tesseract5
```
Flask server with Tesseract-OCR v.5
```bash
docker pull cakecrusher/flask-ocr
```