mirror of
https://github.com/ocrmypdf/OCRmyPDF.git
synced 2025-08-14 19:51:33 +00:00
16 lines
353 B
YAML
16 lines
353 B
YAML
![]() |
---
|
||
|
version: "3.3"
|
||
|
services:
|
||
|
ocrmypdf:
|
||
|
restart: always
|
||
|
container_name: ocrmypdf
|
||
|
image: jbarlow83/ocrmypdf
|
||
|
volumes:
|
||
|
- "/media/scan:/input"
|
||
|
- "/mnt/scan:/output"
|
||
|
environment:
|
||
|
- OCR_OUTPUT_DIRECTORY_YEAR_MONT=0
|
||
|
user: "<SET TO YOUR USER ID>:<SET TO YOUR GROUP ID>"
|
||
|
entrypoint: python3
|
||
|
command: watcher.py
|