mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
fix: Adjust the LayoutModel default paths for the docling-layout-heron
Signed-off-by: Nikos Livathinos <nli@zurich.ibm.com>
This commit is contained in:
parent
e5f8bb086d
commit
4ce338f455
@ -23,8 +23,8 @@ _log = logging.getLogger(__name__)
|
|||||||
|
|
||||||
|
|
||||||
class LayoutModel(BasePageModel):
|
class LayoutModel(BasePageModel):
|
||||||
_model_repo_folder = "ds4sd--docling-models"
|
_model_repo_folder = "ds4sd--docling-layout-heron"
|
||||||
_model_path = "model_artifacts/layout"
|
_model_path = ""
|
||||||
|
|
||||||
TEXT_ELEM_LABELS = [
|
TEXT_ELEM_LABELS = [
|
||||||
DocItemLabel.TEXT,
|
DocItemLabel.TEXT,
|
||||||
|
Loading…
Reference in New Issue
Block a user