mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Typo Fix (#2766)
This commit is contained in:
parent
85d5e6c02f
commit
b212b228fb
@ -209,7 +209,7 @@ def read_pdf_file(
|
||||
# can be discoverable by title.
|
||||
return "", metadata
|
||||
elif pdf_reader.is_encrypted:
|
||||
logger.warning("No Password available to to decrypt pdf, returning empty")
|
||||
logger.warning("No Password available to decrypt pdf, returning empty")
|
||||
return "", metadata
|
||||
|
||||
# Extract metadata from the PDF, removing leading '/' from keys if present
|
||||
|
Loading…
x
Reference in New Issue
Block a user