Skip to content

Commit

Permalink
test: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
christinestraub committed May 6, 2024
1 parent 4f965b1 commit 6750053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unstructured/partition/pdf_image/ocr.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6750053

Please sign in to comment.