capacitor-community / proposals

Plugin and platform requests ✋
74 stars 2 forks source link

Scan documents #50

Open mogusbi opened 4 years ago

mogusbi commented 4 years ago

Plugin Request

Name: Scan documents Package: @capacitor-community/scan-documents

Platform(s)

Existing Solutions

cordova-plugin-document-scanner is an existing solution, however, this uses a custom camera UI rather than the system one. I've also been unable to get it working using Capacitor

Description

A plugin to invoke the camera scanner to allow documents to be scanner (iOS screenshot below)

image

image

D-Marc1 commented 3 years ago

This repo in VisionKit for Cordova works for me: https://github.com/Rareloop/cordova-plugin-visionkit

dmarcs commented 2 years ago

https://github.com/websitebeaver/capacitor-document-scanner uses VisionKit, but also works on Android

xulihang commented 1 year ago

A combination of the camera preview plugin and the document scanning plugin can be used to create a document scanner.