You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Text extraction produces two extraction formats and you can request either subset by passing `formats` to `create_extraction` (e.g., `["markdown"]` if you only need plain text):
103
103
104
104
-__markdown__: The extracted text formatted as Markdown (`file.load_text_content()`)
105
105
-__vendor_specific_json__: The Docling-specific JSON format containing document structure (`file.load_json_content()`)
0 commit comments