docs: extract example files from batch.rst

This commit is contained in:
James R. Barlow
2020-03-03 02:15:35 -08:00
parent c3bd2f296d
commit 7d55f6e01f
4 changed files with 148 additions and 122 deletions
+15
View File
@@ -0,0 +1,15 @@
---
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