feat: Update to Docling 2.28 (#106)

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2025-03-25 01:00:25 +01:00
committed by GitHub
parent e30f458923
commit 20ec87a63a
9 changed files with 106 additions and 105 deletions

View File

@@ -1,6 +1,6 @@
from abc import ABC, abstractmethod
from docling_serve.datamodel.engines import Task
from docling_serve.datamodel.task import Task
class BaseOrchestrator(ABC):