Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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

...

```