We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e8ad86 commit 9a3b59fCopy full SHA for 9a3b59f
test_unstructured/partition/pdf_image/test_pdf.py
@@ -32,8 +32,8 @@
32
)
33
from unstructured.errors import PageCountExceededError
34
from unstructured.partition import pdf, strategies
35
-from unstructured.partition.pdf_image.pdfminer_processing import get_uris_from_annots
36
from unstructured.partition.pdf_image import ocr, pdfminer_processing
+from unstructured.partition.pdf_image.pdfminer_processing import get_uris_from_annots
37
from unstructured.partition.utils.constants import (
38
UNSTRUCTURED_INCLUDE_DEBUG_METADATA,
39
PartitionStrategy,
0 commit comments