When manually duplexing, we're currently prompting the user to flip the stack and waiting for them to click a button to start the scan of the backs. We could improve user experience by polling the ADF and automatically dismissing the dialog once we get a successful scan start as opposed to an error for the ADF being empty.
When manually duplexing, we're currently prompting the user to flip the stack and waiting for them to click a button to start the scan of the backs. We could improve user experience by polling the ADF and automatically dismissing the dialog once we get a successful scan start as opposed to an error for the ADF being empty.
https://github.com/cilynx/pantomath/blob/9fd30312b187debcbebd58633ebc5d6a50090e20/src/scanner.py#L140C17-L147C68