Skip to main content
Back to registry

docling

existential-birds/beagle

Docling is a document parsing library that converts PDFs, Word documents, PowerPoint, images, and other formats into structured data with advanced layout understanding.

Installs219
Install command
npx skills add https://github.com/existential-birds/beagle --skill docling
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykWARN
About this skill
Docling is a document parsing library that converts PDFs, Word documents, PowerPoint, images, and other formats into structured data with advanced layout understanding. Basic document conversion: The main entry point for document conversion. Supports various input formats and conversion options. All conversion operations return a ConversionResult containing: See references/batch.md for details on convert_all() . See references/chunking.md for RAG integration. The DoclingDocument is a Pydantic model representing parsed content: For batch processing with error handling: - document : The parsed DoclingDocument - status : ConversionStatus.SUCCESS , PARTIAL_SUCCESS , or FAILURE - errors : List of errors encountered during conversion - input : Information about the source document - Documents : PDF, DOCX, PPTX, XLSX - Markup : HTML, Markdown, AsciiDoc - Data : CSV, JSON (Docling format) - Images : PNG, JPEG, TIFF, BMP, WEBP - Audio : WAV, MP3 - Video Text : WebVTT - Schema-specific : USPTO XML, JATS XML, METS-GBS - Markdown : export_to_markdown() or save_as_markdown() - HTML : export_to_html() or save_as_html() - JSON : export_to_dict() or save_as_json() (note: no export_to_json() method) - Text : export_to_text() or export_to_markdown(strict_text=True) or save_as_markdown(strict_text=True) - DocTags : export_to_doctags() or save_as_doctags() - Parsing Options - DocumentConverter...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does docling do?

Docling is a document parsing library that converts PDFs, Word documents, PowerPoint, images, and other formats into structured data with advanced layout understanding.

Is docling good?

docling does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does docling work with?

docling currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to docling?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install docling?

npx skills add https://github.com/existential-birds/beagle --skill docling

Related skills

More from existential-birds/beagle

Related skills

Alternatives in Software Engineering