mirror of
https://github.com/DS4SD/docling.git
synced 2025-12-11 14:18:30 +00:00
fix default _enrich_document
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
@@ -61,7 +61,7 @@ class AbstractModelPipeline(ABC):
|
|||||||
def _enrich_document(
|
def _enrich_document(
|
||||||
self, in_doc: InputDocument, conv_res: ConversionResult
|
self, in_doc: InputDocument, conv_res: ConversionResult
|
||||||
) -> ConversionResult:
|
) -> ConversionResult:
|
||||||
pass
|
return conv_res
|
||||||
|
|
||||||
@abstractmethod
|
@abstractmethod
|
||||||
def _determine_status(
|
def _determine_status(
|
||||||
|
|||||||
Reference in New Issue
Block a user