doo/scanbot-sdk-example-xamarin-forms

Limit the pages when "Multipage" is enable

anmt91 opened this issue · 2 comments

Hi friend,
I use the SBSDK.UI.LaunchDocumentScannerAsync(configuration) to scan the document.
I enable the "Multipage" to take more photos.
I have the question: Can we limit the pages when "Multipage" is enable?

  • For example:
    We set the limit is 3 photos.
    If the user take 1, 2 photos, the user can take "2 Pages" to close the DocumentScanner.
    But If the user take 3 photos, the DocumentScanner will auto close and give the result.

Or can you give me your ideas, pls?

Thank so much :)

No, it's not possible to add to or modify the logic of the multi-page scanning mode.

Thanks !!!