mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-13 07:08:19 +00:00
@@ -13,7 +13,7 @@ from docling.document_converter import DocumentConverter
|
||||
|
||||
@pytest.fixture
|
||||
def test_doc_path():
|
||||
return Path("./data/2206.01062.pdf")
|
||||
return Path("./tests/data/2206.01062.pdf")
|
||||
|
||||
|
||||
def test_get_text_from_rect(test_doc_path):
|
||||
|
||||
@@ -11,7 +11,7 @@ from docling.datamodel.base_models import BoundingBox
|
||||
|
||||
@pytest.fixture
|
||||
def test_doc_path():
|
||||
return Path("./data/2206.01062.pdf")
|
||||
return Path("./tests/data/2206.01062.pdf")
|
||||
|
||||
|
||||
def test_get_text_from_rect(test_doc_path):
|
||||
|
||||
Reference in New Issue
Block a user