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

Scan multiple document #31

Open
js12690 opened this issue Aug 31, 2018 · 7 comments
Open

Scan multiple document #31

js12690 opened this issue Aug 31, 2018 · 7 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@js12690
Copy link

js12690 commented Aug 31, 2018

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
Copy link
Collaborator

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

@ChrisTomAlx ChrisTomAlx added the enhancement New feature or request label Sep 4, 2018
@js12690
Copy link
Author

js12690 commented Sep 6, 2018

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

@ChrisTomAlx ChrisTomAlx pinned this issue Feb 15, 2019
@ChrisTomAlx ChrisTomAlx unpinned this issue Jul 10, 2019
@bastifix
Copy link

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

@ChrisTomAlx
Copy link
Collaborator

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

@ChrisTomAlx ChrisTomAlx added the help wanted Extra attention is needed label Apr 23, 2020
@bastifix
Copy link

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

@ChrisTomAlx
Copy link
Collaborator

Hey @bastifix

Android

  • If you are interested in rasing a pr, you can look at the scanlibrary. Maybe fork it if required.
  • If you fork it and create a release via github you can then access the built library here.
  • You can then fork the document scanner repo and change the build.gradle file in the plugin to match your github build.
  • You can then either constantly make releases or use the master-snapshot built to test the library.

iOS

  • Refer to this comment
  • Ver 3.x.x found in the ver/3.x.x branch of this repo actually implements a new ios library which had plans for batch scanning. You can find that library here

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
Copy link

stepupithubapp commented Oct 11, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

4 participants