1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 13:58:42 +00:00
dockerfiles/tesseract/docker-compose.yml

9 lines
180 B
YAML
Raw Normal View History

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