feat: upgrade endpoint to docling v2 (#13)

* upgrade endpoint to docling v2

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

* fix Containerfile

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

---------

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi
2024-12-19 11:41:44 +01:00
committed by GitHub
parent 3824aa6b2f
commit b00718bcc9
5 changed files with 2650 additions and 2008 deletions

View File

@@ -2,7 +2,5 @@ from pydantic_settings import BaseSettings, SettingsConfigDict
class Settings(BaseSettings):
do_ocr: bool = True
do_table_structure: bool = True
model_config = SettingsConfigDict(env_prefix="DOCLING_")