@thegrizzlylabs/react-native-genius-scan 4.4.0 → 4.4.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
@@ -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
 
@@ -15,7 +15,7 @@ android {
15
15
  compileSdkVersion 30
16
16
 
17
17
  defaultConfig {
18
- minSdkVersion 19
18
+ minSdkVersion 21
19
19
  targetSdkVersion 30
20
20
  versionCode 1
21
21
  versionName "1.0"
@@ -25,18 +25,21 @@ android {
25
25
  }
26
26
  }
27
27
 
28
- repositories {
29
- mavenCentral()
30
- flatDir {
31
- dirs 'libs'
28
+ rootProject.allprojects {
29
+ repositories {
30
+ mavenCentral()
31
+ maven {
32
+ url 'https://s3.amazonaws.com/tgl.maven'
33
+ content {
34
+ includeGroup('com.geniusscansdk')
35
+ }
36
+ }
32
37
  }
33
38
  }
34
39
 
40
+
35
41
  dependencies {
36
42
  implementation 'com.facebook.react:react-native:+'
37
- implementation(name:'gssdk-core', ext:'aar')
38
- implementation(name:'gssdk-scanflow', ext:'aar')
39
- implementation(name:'gssdk-ocr', ext:'aar')
40
- implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
41
- implementation 'com.parse.bolts:bolts-tasks:1.4.0'
43
+ implementation 'com.geniusscansdk:gssdk-scanflow:4.4.4'
44
+ implementation 'com.geniusscansdk:gssdk-ocr:4.4.4'
42
45
  }
@@ -6,30 +6,30 @@
6
6
  <array>
7
7
  <dict>
8
8
  <key>LibraryIdentifier</key>
9
- <string>ios-arm64</string>
9
+ <string>ios-arm64_x86_64-simulator</string>
10
10
  <key>LibraryPath</key>
11
11
  <string>GSSDKOCR.framework</string>
12
12
  <key>SupportedArchitectures</key>
13
13
  <array>
14
14
  <string>arm64</string>
15
+ <string>x86_64</string>
15
16
  </array>
16
17
  <key>SupportedPlatform</key>
17
18
  <string>ios</string>
19
+ <key>SupportedPlatformVariant</key>
20
+ <string>simulator</string>
18
21
  </dict>
19
22
  <dict>
20
23
  <key>LibraryIdentifier</key>
21
- <string>ios-arm64_x86_64-simulator</string>
24
+ <string>ios-arm64</string>
22
25
  <key>LibraryPath</key>
23
26
  <string>GSSDKOCR.framework</string>
24
27
  <key>SupportedArchitectures</key>
25
28
  <array>
26
29
  <string>arm64</string>
27
- <string>x86_64</string>
28
30
  </array>
29
31
  <key>SupportedPlatform</key>
30
32
  <string>ios</string>
31
- <key>SupportedPlatformVariant</key>
32
- <string>simulator</string>
33
33
  </dict>
34
34
  </array>
35
35
  <key>CFBundlePackageType</key>
@@ -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.0",
3
+ "version": "4.4.4",
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": {
Binary file
Binary file
Binary file