Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Feature request: native ios multi-page scanning (VisionKit) #80

Open
2600box opened this issue Apr 16, 2022 · 4 comments
Open

Feature request: native ios multi-page scanning (VisionKit) #80

2600box opened this issue Apr 16, 2022 · 4 comments

Comments

@2600box
Copy link

2600box commented Apr 16, 2022

For uploading, make use of the iOS multi-page PDF scanning functionality. Integrated into paperless.

This is called VisionKit

https://pub.dev/packages/flutter_vision_kit

ios features native document scanning with automatic document selection and multi-page pdf support.

https://dev.to/nemecek_f/ios-how-to-scan-documents-in-under-10-lines-of-code-1g5d

https://support.apple.com/en-us/HT210336

https://developer.apple.com/documentation/visionkit

Originally posted by @2600box in #54 (comment)

@bauerj
Copy link
Owner

bauerj commented Apr 20, 2022

Wow, that looks nice!

Not sure about the quality of the flutter package though, that has to be evaluated.

@CTimmermann
Copy link

The flutter package mentioned above (or rather, some of the more recent forks) generally work. The caveat is that they still return a single image file for each scanned page. It should be possible to merge those into one pdf using native code, since there is also something called PdfKit.

The alternative would be to merge the images into a pdf in flutter. I will continue looking into this.

@2600box
Copy link
Author

2600box commented Aug 16, 2022

Thanks @CTimmermann - I saw your commit related to PDFs as well which I really appreciate. Together, these two features would make the app really useful

@dymk
Copy link

dymk commented Jan 7, 2023

Related - #34

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants