@capgo/capacitor-document-scanner 7.1.9 → 7.2.0

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
@@ -18,6 +18,14 @@ npm install @capgo/capacitor-document-scanner
18
18
  npx cap sync
19
19
  ```
20
20
 
21
+ ## Demo
22
+
23
+ ### Scanning one note
24
+
25
+ | iOS | Android |
26
+ |:---:|:-------:|
27
+ | ![iOS Demo](videos/ios.gif) | ![Android Demo](videos/android.gif) |
28
+
21
29
  ## API
22
30
 
23
31
  <docgen-index>
@@ -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 pluginVersion: String = "7.1.9"
7
+ private let pluginVersion: String = "7.2.0"
8
8
  public let identifier = "DocumentScannerPlugin"
9
9
  public let jsName = "DocumentScanner"
10
10
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-document-scanner",
3
- "version": "7.1.9",
3
+ "version": "7.2.0",
4
4
  "description": "Capacitor plugin to scan document iOS and Android",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",