Stirling-PDF 开源在线PDF处理系统(可解密PDF)

Stirling-PDF 是一个本地托管的 Web 应用程序,允许您对 PDF 文件执行各种操作

命令行安装

# 运行容器
docker run -d \
   --restart unless-stopped \
   --name spdf \
   -p 8077:8080 \
   frooodle/s-pdf

运行
在浏览器中输入 http://IP:8077 就能看到主界面

官方安装命令:
https://github.com/Frooodle/Stirling-PDF

docker run -d \
  -p 8080:8080 \
  -v /location/of/trainingData:/usr/share/tesseract-ocr/4.00/tessdata \
  -v /location/of/extraConfigs:/configs \
  -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 \
posted @ 2023-10-26 14:11  红妹妹  阅读(1385)  评论(0)    收藏  举报