Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 441936c

Browse files
authored
Merge pull request #16 from VikParuchuri/dev
Revert threading changes
2 parents 5090e36 + cde7119 commit 441936c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

poetry.lock

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "tabled-pdf"
3-
version = "0.1.3"
3+
version = "0.1.4"
44
description = "Detect and recognize tables in PDFs and images."
55
authors = ["Vik Paruchuri <[email protected]>"]
66
readme = "README.md"
@@ -18,7 +18,7 @@ include = [
1818

1919
[tool.poetry.dependencies]
2020
python = "^3.10"
21-
surya-ocr = "^0.6.9"
21+
surya-ocr = "^0.6.10"
2222
click = "^8.1.7"
2323
pypdfium2 = "^4.30.0"
2424
pydantic-settings = "^2.5.2"

0 commit comments

Comments
 (0)