Skip to content

Commit

Permalink
Merge pull request #315 from VikParuchuri/dev
Browse files Browse the repository at this point in the history
Revert threads
  • Loading branch information
VikParuchuri authored Oct 23, 2024
2 parents 6b25f06 + b4bf323 commit 8e28b05
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "marker-pdf"
version = "0.3.6"
version = "0.3.7"
description = "Convert PDF to markdown with high speed and accuracy."
authors = ["Vik Paruchuri <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -32,11 +32,11 @@ tabulate = "^0.9.0"
ftfy = "^6.1.1"
texify = "^0.2.0"
rapidfuzz = "^3.8.1"
surya-ocr = "^0.6.9"
surya-ocr = "^0.6.10"
filetype = "^1.2.0"
regex = "^2024.4.28"
pdftext = "^0.3.17"
tabled-pdf = "^0.1.3"
tabled-pdf = "^0.1.4"

[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
Expand Down

0 comments on commit 8e28b05

Please sign in to comment.