Skip to content

Speed up the usability of scannerjs

Gabriel Monnerat requested to merge gabriel/erp5:asyncscannerjs into master

Reduce the time required for a user to scan a multiple pages PDF.

It has been fond that the slowest part of the scanner dialog was to wait for an image to be uploaded before being able to scan another image. In order to improve this, it has been decided to allow user scanning a document even if the previous image is not yet uploaded.

Edited by Gabriel Monnerat

Merge request reports