@capgo/capacitor-document-scanner 7.1.6 → 7.1.8
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
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
<a href="https://capgo.app/"><img src='https://raw.githubusercontent.com/Cap-go/capgo/main/assets/capgo_banner.png' alt='Capgo - Instant updates for capacitor'/></a>
|
|
3
3
|
|
|
4
4
|
<div align="center">
|
|
5
|
-
<h2><a href="https://capgo.app/?ref=
|
|
6
|
-
<h2><a href="https://capgo.app/consulting/?ref=
|
|
5
|
+
<h2><a href="https://capgo.app/?ref=plugin_document_scanner"> ➡️ Get Instant updates for your App with Capgo</a></h2>
|
|
6
|
+
<h2><a href="https://capgo.app/consulting/?ref=plugin_document_scanner"> Missing a feature? We’ll build the plugin for you 💪</a></h2>
|
|
7
7
|
</div>
|
|
8
8
|
Capacitor plugin to scan document iOS and Android
|
|
9
9
|
|
|
@@ -38,7 +38,7 @@ import java.util.Locale;
|
|
|
38
38
|
@CapacitorPlugin(name = "DocumentScanner")
|
|
39
39
|
public class DocumentScannerPlugin extends Plugin {
|
|
40
40
|
|
|
41
|
-
private final String PLUGIN_VERSION = "";
|
|
41
|
+
private final String PLUGIN_VERSION = "7.1.7";
|
|
42
42
|
|
|
43
43
|
private static final String RESPONSE_TYPE_BASE64 = "base64";
|
|
44
44
|
private static final String RESPONSE_TYPE_FILE_PATH = "imageFilePath";
|
|
@@ -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.8"
|
|
8
8
|
public let identifier = "DocumentScannerPlugin"
|
|
9
9
|
public let jsName = "DocumentScanner"
|
|
10
10
|
public let pluginMethods: [CAPPluginMethod] = [
|