Skip to content

Add action to re-organize pages for non-duplex ADF

Marcello Massaro requested to merge mmassaro/skanpage:sort-even-odd-pages into master

In a non-duplex ADF, you can only scan first all odd pages, then you can flip the stack and scan only the even pages (this time starting from the last). Skanpage allows you to move a page by one spot one click at a time, which is not ideal when scanning more than 10 pages.

This MR adds an action to support this use-case. It assumes that in a stack of N pages, the first N/2 are odd pages, and the rest are even pages. It will then re-sort the pages such that the page order of the original document is restored.

BUG: 453829

Merge request reports