From 67500539892edf6485c8305974c3e3872b548389 Mon Sep 17 00:00:00 2001 From: christinestraub Date: Mon, 6 May 2024 14:58:38 -0700 Subject: [PATCH] test: fix lint --- unstructured/partition/pdf_image/ocr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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