Michele Dolfi
2716c7d4ff
feat: Introduce the enable_remote_services option to allow remote connections while processing ( #941 )
...
* feat: Introduce the allow_remote_services option to allow remote connections while processing
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* add option in the example
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* enhance docs
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* rename to enable_remote_services
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
---------
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
2025-02-12 15:18:01 +01:00
Michele Dolfi
ed74fe2ec0
feat: new artifacts path and CLI utility ( #876 )
...
* fix artifacts path
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* add docling-models utility
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* missing formatting
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* rename utility to docling-tools
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* rename download methods and deprecation warnings
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* propagate artifacts path usage for ocr models
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* move function to utils
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* remove unused file
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* update docs
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* simplify downloading specific model(s)
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
* minor refactor
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
---------
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2025-02-06 15:46:32 +01:00
Panos Vagenas
6875913e34
docs: document Docling JSON parsing ( #819 )
...
* docs: document Docling JSON parsing
Also:
- factored out and expanded supported formats
- reorged feature list
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
* update feature list, minor fixes
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
---------
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2025-01-28 13:23:30 +01:00
Cesar Berrospi Ramis
c2ae1cc4ca
docs: description of supported formats and backends ( #788 )
...
* chore: remove type-ignore marks for attaching text to non GroupItems
After commit b74208 of docling-core, text items can be attached to any NodeItem
and therefore the ignore[arg-type] type marks can be removed.
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
* test: remove unnecessary imports
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
* docs: add documentation on supported formats and backends
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
* docs: add notebook example with XML backends
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
---------
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
2025-01-26 08:10:33 +01:00
Panos Vagenas
d0c9e8e508
docs: update chunking usage docs, minor reorg ( #550 )
...
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-12-10 16:03:02 +01:00
Michele Dolfi
ca8524ecae
docs: add automatic generation of CLI reference ( #325 )
...
* docs: add automatic generation of CLI reference
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* install deps for building CLI ref
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
---------
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
2024-11-15 13:18:17 +01:00
Carl
835e077b02
docs: fix parameter in usage.md ( #332 )
...
Signed-off-by: Carl Senze <carl.senze@aleph-alpha.com>
Co-authored-by: Carl Senze <carl.senze@aleph-alpha.com>
2024-11-15 09:24:15 +01:00
Panos Vagenas
d5e65aedac
docs: add artifacts-path param to CLI ( #233 )
...
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-11-05 08:51:21 +01:00
Panos Vagenas
eeee3b4371
docs: add explicit artifacts path example ( #224 )
...
* docs: add explicit artifacts path example
[skip ci]
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
* minor docs fix
[skip ci]
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
* touch to trigger needed checks
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
---------
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-11-04 14:27:56 +01:00
Vicky Sekhon
41acaa9e2e
docs: correct spelling of 'individual' ( #219 )
...
Signed-off-by: Vicky Sekhon <114193273+VickySekhon@users.noreply.github.com>
2024-11-04 14:27:02 +01:00
Michele Dolfi
40ad987303
feat: pdf backend, table mode as options and artifacts path ( #203 )
...
* feat: add more options in the CLI
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* update CLI docs
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
* expose artifacts-path as argument
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
---------
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
2024-11-04 14:26:05 +01:00
Panos Vagenas
b8d2286dd1
chore: various minor docs fixes ( #169 )
...
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-10-22 15:29:36 +02:00
Michele Dolfi
61c092f445
docs: add use docling ( #150 )
...
---------
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Signed-off-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com>
2024-10-17 18:14:48 +02:00