Skip to content

Commit 7b86ebb

Browse files
committed
Move model types to docling-core
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
1 parent 1fb1039 commit 7b86ebb

File tree

7 files changed

+43
-978
lines changed

7 files changed

+43
-978
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ pip install docling-parse
6565
Convert a PDF (look in the [visualize.py](docling_parse/visualize.py) for a more detailed information)
6666

6767
```python
68-
from docling_parse.document import TextCellUnit
68+
from docling_core.types.doc.page import TextCellUnit
6969
from docling_parse.pdf_parser import DoclingPdfParser, PdfDocument
7070

7171
parser = DoclingPdfParser()

0 commit comments

Comments
 (0)