Creates a data model for the document consumption, allowing stronger typing of arguments and setting of some information about the file only once

This commit is contained in:
Trenton H
2023-01-23 15:55:49 -08:00
parent fa60251c18
commit 3c2bbf244d
14 changed files with 596 additions and 433 deletions

View File

@@ -284,7 +284,7 @@ class Consumer(LoggingMixin):
def try_consume_file(
self,
path,
path: Path,
override_filename=None,
override_title=None,
override_correspondent_id=None,