mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-08 20:58:11 +00:00
docs: fix examples rendering (#2281)
fix examples rendering Signed-off-by: Panos Vagenas <pva@zurich.ibm.com>
This commit is contained in:
4
docs/examples/minimal.py
vendored
4
docs/examples/minimal.py
vendored
@@ -1,7 +1,4 @@
|
||||
# %% [markdown]
|
||||
# Simple conversion: one document to Markdown
|
||||
# ==========================================
|
||||
#
|
||||
# What this example does
|
||||
# - Converts a single source (URL or local file path) to a unified Docling
|
||||
# document and prints Markdown to stdout.
|
||||
@@ -17,6 +14,7 @@
|
||||
# Notes
|
||||
# - The converter auto-detects supported formats (PDF, DOCX, HTML, PPTX, images, etc.).
|
||||
# - For batch processing or saving outputs to files, see `docs/examples/batch_convert.py`.
|
||||
# %%
|
||||
|
||||
from docling.document_converter import DocumentConverter
|
||||
|
||||
|
||||
Reference in New Issue
Block a user