@capgo/capacitor-document-scanner 7.1.3 → 7.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -92,3 +92,8 @@ Opens the device camera and starts the document scanning experience.
|
|
|
92
92
|
| **`ImageFilePath`** | <code>'imageFilePath'</code> | Return scanned images as file paths on disk. |
|
|
93
93
|
|
|
94
94
|
</docgen-api>
|
|
95
|
+
|
|
96
|
+
## credits
|
|
97
|
+
|
|
98
|
+
This plugin is a re implementation of the original https://document-scanner.js.org
|
|
99
|
+
Thanks for the original work, we recoded it with more modern SDK but explose the same API
|
|
@@ -4,7 +4,7 @@ import Foundation
|
|
|
4
4
|
@available(iOS 13.0, *)
|
|
5
5
|
@objc(DocumentScannerPlugin)
|
|
6
6
|
public class DocumentScannerPlugin: CAPPlugin, CAPBridgedPlugin {
|
|
7
|
-
private let PLUGIN_VERSION: String = "7.1.
|
|
7
|
+
private let PLUGIN_VERSION: String = "7.1.4"
|
|
8
8
|
public let identifier = "DocumentScannerPlugin"
|
|
9
9
|
public let jsName = "DocumentScanner"
|
|
10
10
|
public let pluginMethods: [CAPPluginMethod] = [
|