Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T21:18:45.000Z (almost 6 years ago)
- Last Synced: 2024-12-12T17:40:09.068Z (about 1 month 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...
```