1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-23 01:39:27 +02:00
dockerfiles/tesseract/docker-compose.yml

9 lines
180 B
YAML
Raw Normal View History

2022-02-16 11:17:58 +02:00
version: "3.8"
services:
tesseract:
image: vimagick/tesseract
command: tesseract input.png output -l eng --psm 3
volumes:
- ./data:/data
working_dir: /data