Vik Paruchuri
commited on
Commit
·
1cc452c
1
Parent(s):
ee0131b
Fix rotation (bump pdftext)
Browse files- poetry.lock +9 -9
- pyproject.toml +1 -1
poetry.lock
CHANGED
|
@@ -3366,10 +3366,10 @@ files = [
|
|
| 3366 |
|
| 3367 |
[package.dependencies]
|
| 3368 |
numpy = [
|
|
|
|
|
|
|
|
|
|
| 3369 |
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
| 3370 |
-
{version = ">=1.23.5", markers = "python_version == \"3.11\""},
|
| 3371 |
-
{version = ">=1.21.4", markers = "python_version == \"3.10\" and platform_system == \"Darwin\""},
|
| 3372 |
-
{version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version == \"3.10\""},
|
| 3373 |
]
|
| 3374 |
|
| 3375 |
[[package]]
|
|
@@ -3466,9 +3466,9 @@ files = [
|
|
| 3466 |
|
| 3467 |
[package.dependencies]
|
| 3468 |
numpy = [
|
| 3469 |
-
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
| 3470 |
-
{version = ">=1.23.2", markers = "python_version == \"3.11\""},
|
| 3471 |
{version = ">=1.22.4", markers = "python_version < \"3.11\""},
|
|
|
|
|
|
|
| 3472 |
]
|
| 3473 |
python-dateutil = ">=2.8.2"
|
| 3474 |
pytz = ">=2020.1"
|
|
@@ -3529,14 +3529,14 @@ testing = ["docopt", "pytest"]
|
|
| 3529 |
|
| 3530 |
[[package]]
|
| 3531 |
name = "pdftext"
|
| 3532 |
-
version = "0.6.
|
| 3533 |
description = "Extract structured text from pdfs quickly"
|
| 3534 |
optional = false
|
| 3535 |
python-versions = "<4.0,>=3.10"
|
| 3536 |
groups = ["main"]
|
| 3537 |
files = [
|
| 3538 |
-
{file = "pdftext-0.6.
|
| 3539 |
-
{file = "pdftext-0.6.
|
| 3540 |
]
|
| 3541 |
|
| 3542 |
[package.dependencies]
|
|
@@ -6505,4 +6505,4 @@ full = ["ebooklib", "mammoth", "openpyxl", "python-pptx", "weasyprint"]
|
|
| 6505 |
[metadata]
|
| 6506 |
lock-version = "2.1"
|
| 6507 |
python-versions = "^3.10"
|
| 6508 |
-
content-hash = "
|
|
|
|
| 3366 |
|
| 3367 |
[package.dependencies]
|
| 3368 |
numpy = [
|
| 3369 |
+
{version = ">=1.21.4", markers = "python_version >= \"3.10\" and platform_system == \"Darwin\""},
|
| 3370 |
+
{version = ">=1.21.2", markers = "platform_system != \"Darwin\" and python_version >= \"3.10\""},
|
| 3371 |
+
{version = ">=1.23.5", markers = "python_version >= \"3.11\""},
|
| 3372 |
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
|
|
|
|
|
|
|
|
|
| 3373 |
]
|
| 3374 |
|
| 3375 |
[[package]]
|
|
|
|
| 3466 |
|
| 3467 |
[package.dependencies]
|
| 3468 |
numpy = [
|
|
|
|
|
|
|
| 3469 |
{version = ">=1.22.4", markers = "python_version < \"3.11\""},
|
| 3470 |
+
{version = ">=1.23.2", markers = "python_version == \"3.11\""},
|
| 3471 |
+
{version = ">=1.26.0", markers = "python_version >= \"3.12\""},
|
| 3472 |
]
|
| 3473 |
python-dateutil = ">=2.8.2"
|
| 3474 |
pytz = ">=2020.1"
|
|
|
|
| 3529 |
|
| 3530 |
[[package]]
|
| 3531 |
name = "pdftext"
|
| 3532 |
+
version = "0.6.3"
|
| 3533 |
description = "Extract structured text from pdfs quickly"
|
| 3534 |
optional = false
|
| 3535 |
python-versions = "<4.0,>=3.10"
|
| 3536 |
groups = ["main"]
|
| 3537 |
files = [
|
| 3538 |
+
{file = "pdftext-0.6.3-py3-none-any.whl", hash = "sha256:528431ed8bdce39d74372cd3d27e8544af812f1f1adc81db229cf9fb48dacacb"},
|
| 3539 |
+
{file = "pdftext-0.6.3.tar.gz", hash = "sha256:ab5c5dfe0f1fb78de1db837ccadac1ea41b07ce1890fead973c9a84cdaf54dec"},
|
| 3540 |
]
|
| 3541 |
|
| 3542 |
[package.dependencies]
|
|
|
|
| 6505 |
[metadata]
|
| 6506 |
lock-version = "2.1"
|
| 6507 |
python-versions = "^3.10"
|
| 6508 |
+
content-hash = "22d295c9a3618806b589a9a9a02acd0bf6598bce8b9a0869d20da81fb2e90b56"
|
pyproject.toml
CHANGED
|
@@ -28,7 +28,7 @@ ftfy = "^6.1.1"
|
|
| 28 |
rapidfuzz = "^3.8.1"
|
| 29 |
surya-ocr = "^0.14.5"
|
| 30 |
regex = "^2024.4.28"
|
| 31 |
-
pdftext = "~0.6.
|
| 32 |
markdownify = "^0.13.1"
|
| 33 |
click = "^8.2.0"
|
| 34 |
markdown2 = "^2.5.2"
|
|
|
|
| 28 |
rapidfuzz = "^3.8.1"
|
| 29 |
surya-ocr = "^0.14.5"
|
| 30 |
regex = "^2024.4.28"
|
| 31 |
+
pdftext = "~0.6.3"
|
| 32 |
markdownify = "^0.13.1"
|
| 33 |
click = "^8.2.0"
|
| 34 |
markdown2 = "^2.5.2"
|