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 4c5bdf8 commit 03d88b2Copy full SHA for 03d88b2
src/unstructured_client/_hooks/custom/pdf_utils.py
@@ -4,8 +4,6 @@
4
import logging
5
from typing import cast, Optional, BinaryIO, Union
6
7
-from email.parser import BytesParser
8
-from email.policy import (default, Policy)
9
from pypdf import PdfReader
10
from pypdf.errors import FileNotDecryptedError, PdfReadError
11
0 commit comments