From 020d5f58e0726b9abe8692299d93d033660e7b88 Mon Sep 17 00:00:00 2001 From: Moses Paul R Date: Tue, 12 Nov 2024 13:43:03 +0000 Subject: [PATCH] update surya version and tabled version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 18f1b80..bef65e4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] readme = "README.md" @@ -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"