This website works better with JavaScript
Home
Explore
Help
Register
Sign In
ai
/
pdf2zh
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
feat: docker
Byaidu
1 year ago
parent
156258d87e
commit
e446fe5ad8
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
Dockerfile
+ 7
- 0
Dockerfile
View File
@@ -0,0 +1,7 @@
+FROM python:3.12-slim
+
+WORKDIR /app
+
+RUN pip install pdf2zh
+
+CMD ["pdf2zh", "-i"]