You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.
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.
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
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)
The text was updated successfully, but these errors were encountered: