pdf批量转html docker 镜像

liuyuqi-dellpc 089d850cff Automatic Commit By liuyuqi 1 year ago
.dockerignore 089d850cff Automatic Commit By liuyuqi 1 year ago
Dockerfile 089d850cff Automatic Commit By liuyuqi 1 year ago
README.md 089d850cff Automatic Commit By liuyuqi 1 year ago
docker-compose.debug.yml 089d850cff Automatic Commit By liuyuqi 1 year ago
docker-compose.yml 089d850cff Automatic Commit By liuyuqi 1 year ago
main.py 089d850cff Automatic Commit By liuyuqi 1 year ago

README.md

pdf2html

pdf批量转为html

docker build --pull --rm -f "pdf2html/Dockerfile" -t pdf2html:latest "pdf2html" 

alias pdf2html='docker run --rm -it -v `pwd`:/app pdf2html:latest'
pdf2html