head attribute added to Gradio blocks context to enable enforcement of direct vs relative file paths. Updates to direct mode/lambda entrypoint to ensure as many options as possible can be user defined
Added logging folders to cli_redact to ensure correct saves with read-only file systems (e.g. lambda). Updated list-based parsing of arguments in lambda_entrypoint.py
Updated lambda_entrypoint dict references. Redaction functions should now return files even if MAX_TIME_VALUE value exceeded. load_all_output_files should now return subfolder files
Updated file processing for more efficient redaction for specific page ranges. Updated lambda_entrypoint to allow for environment variables from .env files, and limits to compatible file types
Added example data files. Greatly revised CLI redaction for redaction, deduplication, and AWS Textract batch calls. Various minor fixes and package updates.