mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 12:34:22 +00:00
pin latest docling-parse PR
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
94bffd7383
commit
ca79cbcc2c
10
poetry.lock
generated
10
poetry.lock
generated
@ -995,7 +995,7 @@ tqdm = ">=4.64.0,<5.0.0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "docling-parse"
|
name = "docling-parse"
|
||||||
version = "1.4.1"
|
version = "1.5.1"
|
||||||
description = "Simple package to extract text with coordinates from programmatic PDFs"
|
description = "Simple package to extract text with coordinates from programmatic PDFs"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "^3.9"
|
python-versions = "^3.9"
|
||||||
@ -1003,14 +1003,14 @@ files = []
|
|||||||
develop = false
|
develop = false
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
pywin32 = {version = "^306", markers = "sys_platform == \"win32\""}
|
pywin32 = {version = ">=305", markers = "sys_platform == \"win32\""}
|
||||||
tabulate = ">=0.9.0,<1.0.0"
|
tabulate = ">=0.9.0,<1.0.0"
|
||||||
|
|
||||||
[package.source]
|
[package.source]
|
||||||
type = "git"
|
type = "git"
|
||||||
url = "ssh://git@github.com/DS4SD/docling-parse.git"
|
url = "ssh://git@github.com/DS4SD/docling-parse.git"
|
||||||
reference = "82059f95f7bfc22043af8c25d43f47c92bc270df"
|
reference = "5cbb4e48e6ff2a8596036a86096584156fdd4254"
|
||||||
resolved_reference = "82059f95f7bfc22043af8c25d43f47c92bc270df"
|
resolved_reference = "5cbb4e48e6ff2a8596036a86096584156fdd4254"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "docutils"
|
name = "docutils"
|
||||||
@ -7153,4 +7153,4 @@ type = ["pytest-mypy"]
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.0"
|
lock-version = "2.0"
|
||||||
python-versions = "^3.10"
|
python-versions = "^3.10"
|
||||||
content-hash = "a48554d524cdd47b36761d8cbeadc4770c208708e9f5aaa96b381e97ac564f92"
|
content-hash = "3880a03a3165bc4a483aee5b2d6e7a120426b6339717643216dd8276937566b2"
|
||||||
|
@ -46,7 +46,7 @@ pydantic-settings = "^2.3.0"
|
|||||||
huggingface_hub = ">=0.23,<1"
|
huggingface_hub = ">=0.23,<1"
|
||||||
requests = "^2.32.3"
|
requests = "^2.32.3"
|
||||||
easyocr = "^1.7"
|
easyocr = "^1.7"
|
||||||
docling-parse = {git = "ssh://git@github.com/DS4SD/docling-parse.git", rev = "82059f95f7bfc22043af8c25d43f47c92bc270df"}
|
docling-parse = {git = "ssh://git@github.com/DS4SD/docling-parse.git", rev = "5cbb4e48e6ff2a8596036a86096584156fdd4254"}
|
||||||
|
|
||||||
certifi = ">=2024.7.4"
|
certifi = ">=2024.7.4"
|
||||||
rtree = "^1.3.0"
|
rtree = "^1.3.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user