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 d094ac9 commit bd7f658Copy full SHA for bd7f658
src/unstructured_client/_hooks/custom/pdf_utils.py
@@ -52,7 +52,7 @@ def check_pdf(pdf: PdfReader) -> PdfReader:
52
- Has corrupted root object
53
54
Throws:
55
- - RequestError if file is encrypted or corrupted
+ - PDFValidationError if file is encrypted or corrupted
56
"""
57
try:
58
# This will raise if the file is encrypted
0 commit comments