commit 8c785cf4726183563acb12e39de836115ca2582d Author: Matt Speer Date: Mon May 26 19:10:51 2025 -0500 initial commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..9ae3e53 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +Readme is in progress \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..2652d53 --- /dev/null +++ b/docker-compose.yaml @@ -0,0 +1,16 @@ +version: '3.3' +services: + stirling-pdf: + image: frooodle/s-pdf:latest + ports: + - '8020:8080' + volumes: + - ~/home/mattspeer/docker/sterling-pdf/trainingData:/usr/share/tessdata #Required for extra OCR languages + - ~/home/mattspeer/docker/sterling-pdf/extraConfigs:/configs +# - /location/of/logs:/logs/ + restart: unless-stopped + + environment: + - DOCKER_ENABLE_SECURITY=false + - INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false + - LANGS=en_US \ No newline at end of file