From 6bbed9cf8e02efff1083b97b745b057fc87dcec9 Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Tue, 7 Jan 2025 19:30:37 +0100 Subject: [PATCH] chore: remove unused imports Signed-off-by: Christoph Auer --- docling/models/base_ocr_model.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docling/models/base_ocr_model.py b/docling/models/base_ocr_model.py index 187c6d0f..68553c48 100644 --- a/docling/models/base_ocr_model.py +++ b/docling/models/base_ocr_model.py @@ -12,7 +12,7 @@ from scipy.ndimage import find_objects, label from docling.datamodel.base_models import Cell, OcrCell, Page from docling.datamodel.document import ConversionResult -from docling.datamodel.pipeline_options import EasyOcrOptions, OcrOptions +from docling.datamodel.pipeline_options import OcrOptions from docling.datamodel.settings import settings from docling.models.base_model import BasePageModel