https://github.com/richardarpanet/python-tesseract-alpine
🐋 Alpine Linux, Python (latest stable version) and Tesseract (latest version from Git).
https://github.com/richardarpanet/python-tesseract-alpine
docker docker-image ocr python3 tesseract tesseract-ocr
Last synced: about 2 months ago
JSON representation
🐋 Alpine Linux, Python (latest stable version) and Tesseract (latest version from Git).
- Host: GitHub
- URL: https://github.com/richardarpanet/python-tesseract-alpine
- Owner: richardARPANET
- License: apache-2.0
- Created: 2019-03-12T20:05:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T21:18:45.000Z (over 7 years ago)
- Last Synced: 2025-01-19T05:48:24.347Z (over 1 year ago)
- Topics: docker, docker-image, ocr, python3, tesseract, tesseract-ocr
- Language: Dockerfile
- Homepage: https://cloud.docker.com/repository/docker/richardarpanet/python-tesseract-alpine/
- Size: 6.84 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-tesseract-alpine
Alpine Linux, Python (latest stable version) and Tesseract (latest version from Git).
[Dockerhub repository](https://cloud.docker.com/repository/docker/richardarpanet/python-tesseract-alpine/).
### Usage
In your Dockerfile:
```
FROM richardarpanet/python-tesseract-alpine:latest
...
```