Files
paperless-ngx/docs
Trenton H ad296df83c fix: update tests for OCR/archive decoupling
- Add @override_settings(ARCHIVE_FILE_GENERATION="always") to tests that
  expect archive files to always be produced (test_handle_document,
  test_naming_priorities, test_update_content_maybe_archive_file)
- Add test_archive_preference.py with 14 unit tests covering
  resolve_archive_preference() and _should_produce_archive_for_pdf()
- Update tesseract parser: add PriorOcrFoundError retry path and split
  InputFileError handling (tagged PDF -> skip_text retry vs force-OCR
  fallback for other input errors)
- Update checks.py: validate ARCHIVE_FILE_GENERATION, update OCR_MODE
  valid set to {auto, force, redo, off}
- Update docs: PAPERLESS_OCR_MODE and PAPERLESS_ARCHIVE_FILE_GENERATION
  docs and migration guide for v3
- Update tesseract parser tests, consumer tests, and parsers tests to
  reflect new settings and behaviour
2026-03-26 08:40:57 -07:00
..
2026-03-21 02:12:19 -07:00