-
Notifications
You must be signed in to change notification settings - Fork 63
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
Scan multiple document #31
Comments
Unfortunately at the present moment the only way to perform multiple scans is to call the scan plugin again on the success callback. Anyhow this is a good enhancement to add to the future work and this is exactly what I am going to do. Thank you for raising this issue. Have a nice day! |
@ChrisTomAlx Thank you so much for quick response. We are eagerly waiting for this feature in this awesome plugin. |
Hi! Are there any news since the last two years? Multiple pages would be really awesome! |
Ok, great! |
Hey @bastifix Android
iOS
That should get you started. As for the implementation. I haven't gotten to ideating it yet so I am all ears if there are any ideas or if its a pr we can then work to improve on top of that. Keep in mind any changes to one platform library should also keep the other platforms library in view. So that if necessary we can expand functionality for both platforms eventually. I should probably create a |
Hi! Multiple pages would be really awesome! can you tell us when we can expect multi scan functionality? |
Hello, i am phonegap developer and using this plugin to scan document. thanks for creating awesome plugin. it is very useful in our project but here we have some additional requirement to scan multiple document.
To achieve our goal currently we are scanning one document at a time and than it comes back to success event after that we are calling function of scan.scanDoc to scan document again. but we need multiple image scan at once and then pass all scanned images in success function.
can it possible with current plugin? if yes then how can we achieve this?
Thanks in advance
The text was updated successfully, but these errors were encountered: