mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
chore: update pypdfium2_backend.py
occured -> occurred Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
parent
e30a9c25a2
commit
dfa0013078
@ -29,7 +29,7 @@ class PyPdfiumPageBackend(PdfPageBackend):
|
||||
self._ppage: pdfium.PdfPage = pdfium_doc[page_no]
|
||||
except PdfiumError as e:
|
||||
_log.info(
|
||||
f"An exception occured when loading page {page_no} of document {document_hash}.",
|
||||
f"An exception occurred when loading page {page_no} of document {document_hash}.",
|
||||
exc_info=True,
|
||||
)
|
||||
self.valid = False
|
||||
|
Loading…
Reference in New Issue
Block a user