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

Multi page scan #35

Open
mobileonekh opened this issue May 10, 2019 · 3 comments
Open

Multi page scan #35

mobileonekh opened this issue May 10, 2019 · 3 comments

Comments

@mobileonekh
Copy link

Hi is it possible to scan multipage and convert to pdf?

@xavierLowmiller
Copy link
Contributor

xavierLowmiller commented May 10, 2019

Hi @mobileonekh,

I think there's some sample code on how to export PDFs in the example app.
Do note however that there is no OCR or anything going on, so the resulting PDFs will be quite large.

Furthermore, there currently is no possibility in the example app to scan more than a single page, but this sounds like a great feature to have. I'll pitch it at one of our hackathons, or see if I find some time.

You're also welcome to fork and implement this! 👍

@xavierLowmiller
Copy link
Contributor

The plan:

  • Add an option (in code) to switch between single and multi image mode
  • Add a second delegate method for multiple images that is optional to implement
  • Deprecate the single image delegate method
  • Add UI (fancy animations, please!) for scanning multiple documents

@fbernutz are you fine with this?

@fbernutz
Copy link
Contributor

Sounds great!

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

3 participants