spring pdf转换工具 https://github.com/Frooodle/Stirling-PDF

天问 08260bbe3a Add 'docker-compose.yml' 1 month ago
README.md 91858909ea Update 'README.md' 8 months ago
docker-compose.yml 08260bbe3a Add 'docker-compose.yml' 1 month ago

README.md

Stirling-PDF

spring pdf转换工具

docker run -d \
  -p 8080:8080 \
  -v /location/of/trainingData:/usr/share/tesseract-ocr/5/tessdata \
  -v /location/of/extraConfigs:/configs \
  -v /location/of/logs:/logs \
  -e DOCKER_ENABLE_SECURITY=false \
  --name stirling-pdf \
  frooodle/s-pdf:latest
  
  
  Can also add these for customisation but are not required
  
  -v /location/of/customFiles:/customFiles \