mirror of
https://github.com/docling-project/docling-mcp.git
synced 2026-05-17 13:10:50 +00:00
a364cc12c1
* initial commit with mcp-server Signed-off-by: Peter Staar <taa@zurich.ibm.com> * last changes Signed-off-by: Peter Staar <taa@zurich.ibm.com> * refactored the conversion Signed-off-by: Peter Staar <taa@zurich.ibm.com> * reformatted the code Signed-off-by: Peter Staar <taa@zurich.ibm.com> * added the first tools to generate Docling document Signed-off-by: Peter Staar <taa@zurich.ibm.com> * added the ability to create lists (added a stack to keep track of the groups in DoclingDocument) Signed-off-by: Peter Staar <taa@zurich.ibm.com> * fixed all the ruff errors Signed-off-by: Peter Staar <taa@zurich.ibm.com> * fixed the mypy errors Signed-off-by: Peter Staar <taa@zurich.ibm.com> * updated the README with the NOTE Signed-off-by: Peter Staar <taa@zurich.ibm.com> * added the CITATION, CONTRIBUTING and MAINTAINERS Signed-off-by: Peter Staar <taa@zurich.ibm.com> * simplify CI CD Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * remove leftovers Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * trigger ci Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * remove extras Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * remove publish Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> * added comments such that ruff does not remove the imports Signed-off-by: Peter Staar <taa@zurich.ibm.com> --------- Signed-off-by: Peter Staar <taa@zurich.ibm.com> Signed-off-by: Michele Dolfi <dol@zurich.ibm.com> Co-authored-by: Michele Dolfi <dol@zurich.ibm.com>
16 lines
429 B
YAML
16 lines
429 B
YAML
# This CITATION.cff file was generated with cffinit.
|
|
# Visit https://bit.ly/cffinit to generate yours today!
|
|
|
|
cff-version: 1.2.0
|
|
title: Docling
|
|
message: 'If you use Docling, please consider citing as below.'
|
|
type: software
|
|
authors:
|
|
- name: Docling Team
|
|
identifiers:
|
|
- type: url
|
|
value: 'https://arxiv.org/abs/2408.09869'
|
|
description: 'arXiv:2408.09869'
|
|
repository-code: 'https://github.com/DS4SD/docling'
|
|
license: MIT
|