-
Hi Team, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi @Nag9694, I assume you are using Docling v2 — to get the doctags in v2 just call result = converter.convert(source)
doc = result.document
doctags = doc.export_to_document_tokens() For more information check out Docling v2 and specifically these points. |
Beta Was this translation helpful? Give feedback.
Hi @Nag9694, I assume you are using Docling v2 — to get the doctags in v2 just call
export_to_document_tokens()
on the actual document (.document
attribute):For more information check out Docling v2 and specifically these points.