Take complete control over your sensitive documents with a highly secure, open-source platform designed for strict privacy requirements. By running entirely offline on your own infrastructure, this solution ensures zero data leaves your environment, making it ideal for military, healthcare, and financial sectors.
Key benefits include:
services:
stirling-pdf:
image: stirlingtools/stirling-pdf:latest
container_name: stirling-pdf
ports:
- 8080:8080
volumes:
- ./data/trainingData:/usr/share/tessdata
- ./data/extraConfigs:/configs
- ./data/customFiles:/customFiles
- ./data/logs:/logs
environment:
- DOCKER_ENABLE_SECURITY=true
- SECURITY_ENABLE_LOGIN=true
- SECURITY_INITIALLOGIN_USERNAME=${SECURITY_INITIALLOGIN_USERNAME}
- SECURITY_INITIALLOGIN_PASSWORD=${SECURITY_INITIALLOGIN_PASSWORD}
- INSTALL_BOOK_AND_ADVANCED_HTML_OPS=false
- LANGS=en_GB
restart: unless-stoppedSECURITY_INITIALLOGIN_USERNAME=admin
SECURITY_INITIALLOGIN_PASSWORD=stirlingAuto-fetched about 22 hours ago
Auto-fetched about 22 hours ago