Feature: Initial document parser plugin framework (#12294)

This commit is contained in:
Trenton H
2026-03-12 21:53:17 +00:00
committed by GitHub
parent c2e1085418
commit d86cfdb088
20 changed files with 2218 additions and 160 deletions
+1
View File
@@ -399,6 +399,7 @@ def update_document_content_maybe_archive_file(document_id) -> None:
f"Error while parsing document {document} (ID: {document_id})",
)
finally:
# TODO(stumpylog): Cleanup once all parsers are handled
parser.cleanup()