Skip to content

Commit

Permalink
Merge pull request #131 from VikParuchuri/dev
Browse files Browse the repository at this point in the history
Improve OCR speed
  • Loading branch information
VikParuchuri authored May 18, 2024
2 parents a056562 + fa32c7d commit cc9d830
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "marker-pdf"
version = "0.2.7"
version = "0.2.8"
description = "Convert PDF to markdown with high speed and accuracy."
authors = ["Vik Paruchuri <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -33,7 +33,7 @@ tabulate = "^0.9.0"
ftfy = "^6.1.1"
texify = "^0.1.9"
rapidfuzz = "^3.8.1"
surya-ocr = "^0.4.6"
surya-ocr = "^0.4.7"
filetype = "^1.2.0"
regex = "^2024.4.28"
pdftext = "^0.3.7"
Expand Down

0 comments on commit cc9d830

Please sign in to comment.