dangerzone/tests/isolation_provider
Alex Pyrgiotis e34c36f7bc
Perform on-host pixels to PDF conversion
Extend the base isolation provider to immediately convert each page to
a PDF, and optionally use OCR. In contract with the way we did things
previously, there are no more two separate stages (document to pixels,
pixels to PDF). We now handle each page individually, for two main
reasons:

1. We don't want to buffer pixel data, either on disk or in memory,
   since they take a lot of space, and can potentially leave traces.
2. We can perform these operations in parallel, saving time. This is
   more evident when OCR is not used, where the time to convert a page
   to pixels, and then back to a PDF are comparable.
2024-10-17 15:50:12 +03:00
..
__init__.py container: Improve parsing of progress reports 2023-08-01 14:43:49 +03:00
base.py Perform on-host pixels to PDF conversion 2024-10-17 15:50:12 +03:00
test_container.py tests: Test termination logic under default conditions 2024-10-07 17:37:57 +03:00
test_dummy.py tests: Improve Dummy provider tests 2024-10-07 17:37:42 +03:00
test_qubes.py Perform on-host pixels to PDF conversion 2024-10-17 15:50:12 +03:00