Skip to main content
Version: 16.9.0

Release 0.9.2

Release 0.9.2

Date of Release: 12 February 2025

New features

  • Added --include-files and --exclude-files arguments for control over which files in the input directory are processed.
  • Added the --output-structure argument to further control how output files are organised:
    • categorised (default, old behaviour) places output files into subdirectories based on processing status (engine_success, conform_success, failure)
    • mirrored places successfully processed output files directly in the output directory, maintaining the original input directory structure. Failed files will not be copied. For more details, see: User Guide: Output file structure and categorisation.
  • Added the --summary-verbosity argument to control which files are included in the summary output after processing:
    • all (default) includes both successfully processed and failed files.
    • failure includes only failed files.
    • success includes only successfully processed files.
    • none disables the summary output completely. The summary verbosity setting is independent of the logging level and does not affect detailed log outputs. For more details, see: User Guide: Post processing summary.

Enhancements

  • Watermarking can now be applied in Fast Mode.

Changes

  • Renamed Standard Mode to Cautious Mode for improved clarity.
  • Added timeout and memory limit configuration recommendations to Features-Constraints-and-Limitations.md
  • Updated documentation to include detailed examples of file filtering behavior, case sensitivity, and best practices for specifying paths.