Package: doclingr 0.1.0

Andre Leite
doclingr: Document Intelligence via 'Docling'
An interface to 'Docling', a document-understanding library that converts 'PDF', 'DOCX', 'PPTX', 'HTML' and image documents into structured, AI-ready data. The package wraps the 'Docling' 'Python' package through 'reticulate' to extract layout-aware text, tables and metadata, export to 'Markdown' or 'JSON', and split documents into context-rich chunks suitable for retrieval-augmented generation (RAG) and embedding pipelines.
Authors:
doclingr_0.1.0.tar.gz
doclingr_0.1.0.tar.gz(r-4.7-any)doclingr_0.1.0.tar.gz(r-4.6-any)
doclingr_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
doclingr/json (API)
| # Install 'doclingr' in R: |
| install.packages('doclingr', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/strategicprojects/doclingr/issues
Pkgdown/docs site:https://strategicprojects.github.io
Last updated from:827d89d105. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 159 | ||
| source / vignettes | OK | 274 | ||
| linux-release-x86_64 | OK | 153 | ||
| wasm-release | OK | 125 |
Exports:as_doctagsas_htmlas_jsonas_markdownas_textdocling_availabledocling_chunkdocling_convertdocling_embeddocling_figuresdocling_n_pagesdocling_tablesinstall_docling
Dependencies:cliglueherejsonlitelatticelifecyclemagrittrMatrixpillarpkgconfigpngrappdirsRcppRcppTOMLreticulaterlangrprojroottibbleutf8vctrswithr
Last update: 2026-07-10
Started: 2026-07-10
Last update: 2026-07-10
Started: 2026-07-10
Last update: 2026-07-10
Started: 2026-07-10
Last update: 2026-07-10
Started: 2026-07-10
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Is the Docling backend available? | docling_available |
| Split a document into RAG-ready chunks | docling_chunk |
| Convert one or more documents with Docling | docling_convert |
| Attach embeddings to chunks | docling_embed |
| Export a converted document | as_doctags as_doctags.docling_document as_html as_html.docling_document as_json as_json.docling_document as_markdown as_markdown.docling_document as_text as_text.docling_document docling_export |
| Extract figures (pictures) from a converted document | docling_figures |
| Number of pages in a converted document | docling_n_pages |
| Extract tables as data frames | docling_tables |
| Install the Docling Python backend | install_docling |