Byaidu il y a 1 an
Parent
commit
e446fe5ad8
1 fichiers modifiés avec 7 ajouts et 0 suppressions
  1. 7 0
      Dockerfile

+ 7 - 0
Dockerfile

@@ -0,0 +1,7 @@
+FROM python:3.12-slim
+
+WORKDIR /app
+
+RUN pip install pdf2zh
+
+CMD ["pdf2zh", "-i"]