diff --git a/unstructured/partition/pdf_image/ocr.py b/unstructured/partition/pdf_image/ocr.py index bf61766aa2..7c7d5a9ebb 100644 --- a/unstructured/partition/pdf_image/ocr.py +++ b/unstructured/partition/pdf_image/ocr.py @@ -13,7 +13,7 @@ from unstructured.documents.elements import ElementType from unstructured.metrics.table.table_formats import SimpleTableCell -from unstructured.partition.pdf_image.pdf_image_utils import pad_element_bboxes, valid_text +from unstructured.partition.pdf_image.pdf_image_utils import pad_element_bboxes from unstructured.partition.utils.config import env_config from unstructured.partition.utils.constants import OCR_AGENT_TESSERACT, OCRMode from unstructured.partition.utils.ocr_models.ocr_interface import OCRAgent