Skip to content

Commit dc25d9d

Browse files
committed
Update deps, reproduce tests
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
1 parent 606104a commit dc25d9d

File tree

41 files changed

+1009
-888
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1009
-888
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ dependencies = [
3737
"cvat-sdk>=2.40.0",
3838
'ocrmac>=1.0.0; sys_platform == "darwin" and platform_machine == "arm64"',
3939
"xlsxwriter>=3.1.0",
40+
"docling-parse>=4.7.2",
4041
]
4142

4243
[project.urls]

tests/cvat_to_docling/fixtures/002a_table_order/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/002b_table_order/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/003_docindex_notable_children/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/007_rotation_test/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/008_kvp_in_picture_legend/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/009_rotation_on_table/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/010_caption_assignment/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/011a_paragraph_continuation_with_picture_between/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

tests/cvat_to_docling/fixtures/011b_paragraph_continuation_with_picture_between/expected.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_name": "DoclingDocument",
3-
"version": "1.8.0",
3+
"version": "1.9.0",
44
"name": "input",
55
"origin": null,
66
"furniture": {

0 commit comments

Comments
 (0)