You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: