mirror of
https://github.com/docling-project/docling-serve.git
synced 2025-11-29 08:33:50 +00:00
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:
@@ -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_")
|
||||
|
||||
Reference in New Issue
Block a user