Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature request] Multi scan & Multi page #99

Open
abdallah-odeh opened this issue Dec 8, 2024 · 1 comment
Open

[Feature request] Multi scan & Multi page #99

abdallah-odeh opened this issue Dec 8, 2024 · 1 comment

Comments

@abdallah-odeh
Copy link

Hello there,
We're facing an issue with our clients; they scan multiple receipts (thinking each receipt will be a dependent pdf file),
but all the scans are combined with a single pdf.
this single pdf is treated as a one receipt though it has multiple receipts

Multi scan feature comes to solve this issue by adding an option after capturing an image, New scan
so when the user captures an image, he will have three options: Next, Done & New Scan
New scan will save the previous scans in a pdf & the library returns a list of pdfs instead of just one pdf

@guillaume-tgl
Copy link
Contributor

Thanks for the suggestion.
FYI, if you'd like to implement a similar logic on your end with the current ScanFlow, you could retrieve the list of images scanned by the user at the end of the ScanFlow, ask them if it's a single receipt or multiple receipts and generate the PDF file accordingly using the standalone PDF generation method available in our SDK.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants