mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
chore: update docling_parse_v2_backend.py
occured -> occurred Signed-off-by: Ikko Eltociear Ashimine <eltociear@gmail.com>
This commit is contained in:
parent
ad56f8ad8c
commit
91eca31e38
@ -31,7 +31,7 @@ class DoclingParseV2PageBackend(PdfPageBackend):
|
||||
self._dpage = parsed_page["pages"][0]
|
||||
else:
|
||||
_log.info(
|
||||
f"An error occured when loading page {page_no} of document {document_hash}."
|
||||
f"An error occurred when loading page {page_no} of document {document_hash}."
|
||||
)
|
||||
|
||||
def is_valid(self) -> bool:
|
||||
|
Loading…
Reference in New Issue
Block a user