Skip to content

Commit f1bde7e

Browse files
committed
chore(project): upgrade doc-page-extractor to fix bug
1 parent dfb50e4 commit f1bde7e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

poetry.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pdf-craft"
3-
version = "1.0.0rc12"
3+
version = "1.0.0rc13"
44
description = "PDF craft can convert PDF files into various other formats. This project will focus on processing PDF files of scanned books."
55
keywords=["pdf", "epub", "markdown"]
66
authors = [
@@ -52,7 +52,7 @@ classifiers = [
5252

5353
[tool.poetry.dependencies]
5454
PyMuPDF = ">=1.25.3,<2.0.0"
55-
doc-page-extractor = "==1.0.8"
55+
doc-page-extractor = "==1.0.9"
5656
epub-generator = "==0.1.1"
5757

5858
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)