Commit Graph
2 Commits
Author SHA1 Message Date
4ccd1d465d feat: Add support for TableFormer v2 (#3013)
* ran DCO

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* modified tf

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* Added  to TableFormer v1

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* added convenience methods for quality testing

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* updated with comments

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* ran pre-commit

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* chore: update lockfile

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* fix: Align __init__ args with factory method kwargs

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* chore: bump docling-ibm-models version

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* fix mypy type stubs error with torchvision

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* fix: Add torch/torchvision direct deps

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* Remove global torch imports

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* add test diffs

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* fix jats/xbrl test generate, updated test GT from docling-core upgrade

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

* fixed the  in the cli

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* updated uv lock

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* fixing merge conflicts between main

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* fixing merge conflicts between main (2)

Signed-off-by: Peter Staar <taa@zurich.ibm.com>

* upgrade uv.lock

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>

---------

Signed-off-by: Peter Staar <taa@zurich.ibm.com>
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
Co-authored-by: Ahmed Nassar AHN@zurich.ibm.com <AHN@zurich.ibm.com>
Co-authored-by: Christoph Auer <cau@zurich.ibm.com>
2026-03-10 11:57:00 +01:00
Cesar Berrospi Ramis 334ba6e51f feat: create a backend parser for XBRL instance reports (#3017)
* build(xbrl): add Arelle as open-source library for XBRL

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

* feat(xbrl): design and implement a backend parser for XBRL documents

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

* test: remove print statements to reduce verbosity

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

* style(XBRL): apply PEP8 naming convention for acronyms

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

* refactor(XBRL): set XBRL dependencies as optional

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>

---------

Signed-off-by: Cesar Berrospi Ramis <ceb@zurich.ibm.com>
2026-02-24 16:52:02 +01:00