Add from_pdf method

This commit is contained in:
hyugogirubato
2024-07-15 19:45:38 +02:00
parent 68e843af63
commit df54489eef
5 changed files with 125 additions and 4 deletions
+1
View File
@@ -34,6 +34,7 @@ python = "^3.8"
xmltodict = "^0.13.0"
langcodes = "^3.4.0"
Pillow = "^10.4.0"
PyMuPDF = "^1.24.7"
[tool.poetry.scripts]
cbzplayer = "cbz.__main__:main"