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 6fa7c27 commit e73bcf3Copy full SHA for e73bcf3
openrag/components/indexer/loaders/pdf_loaders/marker.py
@@ -107,7 +107,7 @@ def _process_pdf(file_path, config):
107
render = converter(file_path)
108
return render
109
except Exception as e:
110
- logger.exception("Error processing PDF", path=file_path)
+ logger.exception("Error processing PDF", path=file_path, error=str(e))
111
raise
112
finally:
113
gc.collect()
0 commit comments