@thegrizzlylabs/react-native-genius-scan 4.4.1 → 4.4.2

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
@@ -9,6 +9,7 @@ This React Native component allows you to access the [Genius Scan SDK](https://g
9
9
  - Document perspective correction
10
10
  - Image enhancement with 3 different modes (Black & white, Color, Photo)
11
11
  - Batch scanning of several pages in row
12
+ - OCR to extract raw text from images and generate PDF with invisible text layer
12
13
 
13
14
  ## Licence
14
15
 
@@ -40,6 +40,6 @@ rootProject.allprojects {
40
40
 
41
41
  dependencies {
42
42
  implementation 'com.facebook.react:react-native:+'
43
- implementation 'com.geniusscansdk:gssdk-scanflow:4.4.1'
44
- implementation 'com.geniusscansdk:gssdk-ocr:4.4.1'
43
+ implementation 'com.geniusscansdk:gssdk-scanflow:4.4.2'
44
+ implementation 'com.geniusscansdk:gssdk-ocr:4.4.2'
45
45
  }
@@ -6,30 +6,30 @@
6
6
  <array>
7
7
  <dict>
8
8
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64_x86_64-simulator</string>
9
+ <string>ios-arm64</string>
10
10
  <key>LibraryPath</key>
11
11
  <string>GSSDKScanFlow.framework</string>
12
12
  <key>SupportedArchitectures</key>
13
13
  <array>
14
14
  <string>arm64</string>
15
- <string>x86_64</string>
16
15
  </array>
17
16
  <key>SupportedPlatform</key>
18
17
  <string>ios</string>
19
- <key>SupportedPlatformVariant</key>
20
- <string>simulator</string>
21
18
  </dict>
22
19
  <dict>
23
20
  <key>LibraryIdentifier</key>
24
- <string>ios-arm64</string>
21
+ <string>ios-arm64_x86_64-simulator</string>
25
22
  <key>LibraryPath</key>
26
23
  <string>GSSDKScanFlow.framework</string>
27
24
  <key>SupportedArchitectures</key>
28
25
  <array>
29
26
  <string>arm64</string>
27
+ <string>x86_64</string>
30
28
  </array>
31
29
  <key>SupportedPlatform</key>
32
30
  <string>ios</string>
31
+ <key>SupportedPlatformVariant</key>
32
+ <string>simulator</string>
33
33
  </dict>
34
34
  </array>
35
35
  <key>CFBundlePackageType</key>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thegrizzlylabs/react-native-genius-scan",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "React Native Plugin for Genius Scan SDK",
5
5
  "author": "TheGrizzlyLabs <sdk@thegrizzlylabs.com> (https://www.thegrizzlylabs.com/)",
6
6
  "homepage": "https://geniusscansdk.com",
@@ -12,7 +12,10 @@
12
12
  "scanning api",
13
13
  "camera",
14
14
  "scanner",
15
- "genius scan",
15
+ "mobile scanner",
16
+ "ocr",
17
+ "optical character recognition",
18
+ "text recognition",
16
19
  "react-native",
17
20
  "react-component",
18
21
  "ios",
@@ -24,8 +27,11 @@
24
27
  "perspective correction",
25
28
  "image cropping",
26
29
  "image enhancement",
30
+ "image filter",
31
+ "black and white",
27
32
  "image to pdf",
28
33
  "pdf generator",
34
+ "genius scan",
29
35
  "the grizzly labs"
30
36
  ],
31
37
  "peerDependencies": {