mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-08-18 16:53:21 +00:00
Section 2 assumed a bare documents/export.py module, but PRs #13490/#13661 already refactored the exporter into a documents/export/ package with ExportSink abstractions and zip-compression options. Reworks the export extraction (ExportOptions/ExportError/ExportRunner/run_export) to fit the actual current architecture, including the progress-bar and CryptMixin coupling the original spec didn't account for.