Commit Graph

3 Commits

Author SHA1 Message Date
Peter El Hachem 336f942854 feat: add 2 stage model dowload from hf and call it for threaded layout model. (#3267)
* feat: add 2 stage model dowload from hf and call it from threaded_layout_vlm_pipeline

Signed-off-by: ElHachem02 <peterelhachem02@gmail.com>

* feat: cleanup extra space and import

Signed-off-by: ElHachem02 <peterelhachem02@gmail.com>

* fix: move demo to docs/examples/

Signed-off-by: ElHachem02 <peterelhachem02@gmail.com>

---------

Signed-off-by: ElHachem02 <peterelhachem02@gmail.com>
Co-authored-by: Michele Dolfi <dol@zurich.ibm.com>
2026-05-06 13:29:42 +02:00
Nikhil Singh 211c759fd0 docs(example): fix update sample image path to be relative (#2864)
* Update sample image path to be relative

The example script currently uses a relative path (tests\data\...) to load the sample image. This causes a FileNotFoundError if the script is not executed strictly from the repository root (e.g., when running directly from an IDE or the script's own directory).



Signed-off-by: Nikhil Singh <124866156+Ritinikhil@users.noreply.github.com>

* Update docs/examples/experimental/process_table_crops.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Peter W. J. Staar <91719829+PeterStaar-IBM@users.noreply.github.com>

* formatter and linter

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

---------

Signed-off-by: Nikhil Singh <124866156+Ritinikhil@users.noreply.github.com>
Signed-off-by: Peter W. J. Staar <91719829+PeterStaar-IBM@users.noreply.github.com>
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
Co-authored-by: Peter W. J. Staar <91719829+PeterStaar-IBM@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Michele Dolfi <dol@zurich.ibm.com>
2026-01-09 12:46:48 +01:00
Christoph Auer 134436245a feat(experimental): Add experimental TableCropsLayoutModel (#2669)
* feat: Scaffolding for layout and table model plugin factory

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

* Add missing files

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

* Add base options classes for layout and table

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

* feat(experimental): Add experimental TableCropsLayoutModel

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

* Add example

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

---------

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
2025-11-25 05:14:51 +01:00