一.PDFgear

免费、无需登录注册、支持编辑和PDF与格式文件的相互转换!

1.下载地址

官网地址:https://www.pdfgear.com/zh/

image-20240113151450334

2.介绍

无需登录,无需付费、支持PDF与其他格式的文件的相互转化、拆分合并PDF、压缩PDF、OCR文字识别

image-20240113151556929

image-20240113151834234

二.stiring-pdf

github开源,需要自己使用Docker部署!

github仓库地址:https://github.com/Stirling-Tools/Stirling-PDF

stirling-home.png

部署命令

1
2
3
4
5
6
7
8
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