Skip to content

Commit

Permalink
update surya version and tabled version
Browse files Browse the repository at this point in the history
  • Loading branch information
iammosespaulr committed Nov 12, 2024
1 parent 8efcb06 commit 020d5f5
Showing 1 changed file with 2 additions and 2 deletions.
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 = "tabled-pdf"
version = "0.1.4"
version = "0.1.5"
description = "Detect and recognize tables in PDFs and images."
authors = ["Vik Paruchuri <github@vikas.sh>"]
readme = "README.md"
Expand All @@ -18,7 +18,7 @@ include = [

[tool.poetry.dependencies]
python = "^3.10"
surya-ocr = { git = "https://github.com/VikParuchuri/surya.git", branch = "dev-mose/model-compilation-wip" }
surya-ocr = "^0.6.14"
click = "^8.1.7"
pypdfium2 = "^4.30.0"
pydantic-settings = "^2.5.2"
Expand Down

0 comments on commit 020d5f5

Please sign in to comment.