From 569038df4205703f87517ea58da7902d143e7699 Mon Sep 17 00:00:00 2001 From: JSIV <5049984+JSv4@users.noreply.github.com> Date: Tue, 7 Jan 2025 04:14:42 -0500 Subject: [PATCH] docs: Add OpenContracts as an integration (#679) * Add OpenContracts as an open source project OpenContracts now offers Docling as a document ingestion and parsing pipeline Signed-off-by: JSIV <5049984+JSv4@users.noreply.github.com> * Update mkdocs.yml Added OpenContracts to the nav configs Signed-off-by: JSIV <5049984+JSv4@users.noreply.github.com> --------- Signed-off-by: JSIV <5049984+JSv4@users.noreply.github.com> --- docs/integrations/opencontracts.md | 10 ++++++++++ mkdocs.yml | 1 + 2 files changed, 11 insertions(+) create mode 100644 docs/integrations/opencontracts.md diff --git a/docs/integrations/opencontracts.md b/docs/integrations/opencontracts.md new file mode 100644 index 0000000..df0e7c8 --- /dev/null +++ b/docs/integrations/opencontracts.md @@ -0,0 +1,10 @@ +Docling is available an ingestion engine for [OpenContracts](https://github.com/JSv4/OpenContracts), allowing you to use Docling's OCR engine(s), chunker(s), labels, etc. and load them into a platform supporting bulk data extraction, text annotating, and question-answering: + +- 💻 [GitHub](https://github.com/JSv4/OpenContracts) +- 📖 [Docs](https://jsv4.github.io/OpenContracts/)] + + #### Docling in Action! + +![docling relationships visualized in pdf](https://github.com/JSv4/OpenContracts/blob/main/docs/assets/images/gifs/PDF%20Annotation%20Flow.gif) + + diff --git a/mkdocs.yml b/mkdocs.yml index 0428693..aa98370 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -94,6 +94,7 @@ nav: - "🐶 InstructLab": integrations/instructlab.md - "Kotaemon": integrations/kotaemon.md - "🦙 LlamaIndex": integrations/llamaindex.md + - "OpenContracts": integrations/opencontracts.md - "Prodigy": integrations/prodigy.md - "RHEL AI": integrations/rhel_ai.md - "spaCy": integrations/spacy.md