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

Commit 020d5f5

Browse files
committed
update surya version and tabled version
1 parent 8efcb06 commit 020d5f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.4"
3+
version = "0.1.5"
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 = { git = "https://github.com/VikParuchuri/surya.git", branch = "dev-mose/model-compilation-wip" }
21+
surya-ocr = "^0.6.14"
2222
click = "^8.1.7"
2323
pypdfium2 = "^4.30.0"
2424
pydantic-settings = "^2.5.2"

0 commit comments

Comments
 (0)