Commit
·
a45c553
1
Parent(s):
396de03
Bump surya versions
Browse files- poetry.lock +5 -5
- pyproject.toml +1 -1
poetry.lock
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
# This file is automatically @generated by Poetry 2.1.
|
| 2 |
|
| 3 |
[[package]]
|
| 4 |
name = "aiohappyeyeballs"
|
|
@@ -5415,14 +5415,14 @@ snowflake = ["snowflake-connector-python (>=3.3.0) ; python_version < \"3.12\"",
|
|
| 5415 |
|
| 5416 |
[[package]]
|
| 5417 |
name = "surya-ocr"
|
| 5418 |
-
version = "0.
|
| 5419 |
description = "OCR, layout, reading order, and table recognition in 90+ languages"
|
| 5420 |
optional = false
|
| 5421 |
python-versions = "<4.0,>=3.10"
|
| 5422 |
groups = ["main"]
|
| 5423 |
files = [
|
| 5424 |
-
{file = "surya_ocr-0.
|
| 5425 |
-
{file = "surya_ocr-0.
|
| 5426 |
]
|
| 5427 |
|
| 5428 |
[package.dependencies]
|
|
@@ -6532,4 +6532,4 @@ full = ["ebooklib", "mammoth", "openpyxl", "python-pptx", "weasyprint"]
|
|
| 6532 |
[metadata]
|
| 6533 |
lock-version = "2.1"
|
| 6534 |
python-versions = "^3.10"
|
| 6535 |
-
content-hash = "
|
|
|
|
| 1 |
+
# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand.
|
| 2 |
|
| 3 |
[[package]]
|
| 4 |
name = "aiohappyeyeballs"
|
|
|
|
| 5415 |
|
| 5416 |
[[package]]
|
| 5417 |
name = "surya-ocr"
|
| 5418 |
+
version = "0.17.0"
|
| 5419 |
description = "OCR, layout, reading order, and table recognition in 90+ languages"
|
| 5420 |
optional = false
|
| 5421 |
python-versions = "<4.0,>=3.10"
|
| 5422 |
groups = ["main"]
|
| 5423 |
files = [
|
| 5424 |
+
{file = "surya_ocr-0.17.0-py3-none-any.whl", hash = "sha256:a728adb1aadd26493f1b937ec411f4b041fa93c8e3524c42b4c627c2e4744d5c"},
|
| 5425 |
+
{file = "surya_ocr-0.17.0.tar.gz", hash = "sha256:3110ec9a2be0d4296968ced02ee4d33941f34c145a2d6ac508f75122014ed170"},
|
| 5426 |
]
|
| 5427 |
|
| 5428 |
[package.dependencies]
|
|
|
|
| 6532 |
[metadata]
|
| 6533 |
lock-version = "2.1"
|
| 6534 |
python-versions = "^3.10"
|
| 6535 |
+
content-hash = "336589f210ccc294dfb57d21a72780baf23a25bc64ad6a6406b6024c37eaac2b"
|
pyproject.toml
CHANGED
|
@@ -26,7 +26,7 @@ torch = "^2.7.0"
|
|
| 26 |
tqdm = "^4.66.1"
|
| 27 |
ftfy = "^6.1.1"
|
| 28 |
rapidfuzz = "^3.8.1"
|
| 29 |
-
surya-ocr = "^0.
|
| 30 |
regex = "^2024.4.28"
|
| 31 |
pdftext = "~0.6.3"
|
| 32 |
markdownify = "^1.1.0"
|
|
|
|
| 26 |
tqdm = "^4.66.1"
|
| 27 |
ftfy = "^6.1.1"
|
| 28 |
rapidfuzz = "^3.8.1"
|
| 29 |
+
surya-ocr = "^0.17.0"
|
| 30 |
regex = "^2024.4.28"
|
| 31 |
pdftext = "~0.6.3"
|
| 32 |
markdownify = "^1.1.0"
|