NeutrinosPlatform / cordova-plugin-document-scanner

cordova plugin for document scan
https://www.neutrinos.co/
MIT License
85 stars 61 forks source link

Scan multiple document #31

Open js12690 opened 6 years ago

js12690 commented 6 years ago

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

ChrisTomAlx commented 6 years ago

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!

Cheers, Chris Neutrinos

js12690 commented 6 years ago

@ChrisTomAlx Thank you so much for quick response. We are eagerly waiting for this feature in this awesome plugin.

bastifix commented 4 years ago

Hi! Are there any news since the last two years? Multiple pages would be really awesome!

ChrisTomAlx commented 4 years ago

Hey On bit of a tight schedule currently. but if a pr is raised I will be able to look at its viability and merge it..

Cheers and have a nice day :) Chris Neutrinos

bastifix commented 4 years ago

Ok, great! Can I do something to push this further?

ChrisTomAlx commented 4 years ago

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 How to Contribute doc. Will get on that as soon as I am able to.

Cheers :) Chris Neutrinos

stepupithubapp commented 3 years ago

Hi! Multiple pages would be really awesome! can you tell us when we can expect multi scan functionality?