Update docling/datamodel/pipeline_options.py

Co-authored-by: Michele Dolfi <97102151+dolfim-ibm@users.noreply.github.com>
Signed-off-by: Peter W. J. Staar <91719829+PeterStaar-IBM@users.noreply.github.com>
This commit is contained in:
Peter W. J. Staar 2025-06-19 17:25:10 +02:00 committed by GitHub
parent aa33bbe1a2
commit d7d5512e1b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,10 +13,7 @@ from typing_extensions import deprecated
# Import the following for backwards compatibility
from docling.datamodel.accelerator_options import AcceleratorDevice, AcceleratorOptions
from docling.datamodel.asr_model_specs import (
WHISPER_TINY as whisper_tiny,
AsrModelType,
)
from docling.datamodel import asr_model_specs
from docling.datamodel.pipeline_options_asr_model import (
InlineAsrOptions,
)