diff --git a/android/build.gradle b/android/build.gradle index 6c2b6eb1..76a1fcf6 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -57,7 +57,7 @@ repositories { dependencies { compile fileTree(dir: "libs", include: ["*.jar"]) compile 'com.android.support:appcompat-v7:25.1.0' - compile 'io.anyline:anylinesdk:3.15.0@aar' + compile 'io.anyline:anylinesdk:3.16.0@aar' compile 'com.google.android.gms:play-services-vision:10.0.1' compile 'com.android.support:design:25.1.0' compile "com.facebook.react:react-native:+" // From node_modules diff --git a/example/Anyline/config/DocumentConfig.js b/example/Anyline/config/DocumentConfig.js index 832eaa70..f9ee7c74 100755 --- a/example/Anyline/config/DocumentConfig.js +++ b/example/Anyline/config/DocumentConfig.js @@ -2,7 +2,7 @@ export default { license: 'eyAiYW5kcm9pZElkZW50aWZpZXIiOiBbICJjb20uYW55bGluZSIgXSwgImRlYnVn\nUmVwb3J0aW5nIjogIm9uIiwgImlvc0lkZW50aWZpZXIiOiBbICJjb20uYW55bGlu\nZSIgXSwgImxpY2Vuc2VLZXlWZXJzaW9uIjogMiwgIm1ham9yVmVyc2lvbiI6ICIz\nIiwgInBpbmdSZXBvcnRpbmciOiB0cnVlLCAicGxhdGZvcm0iOiBbICJBbmRyb2lk\nIiwgImlPUyIgXSwgInNjb3BlIjogWyAiQUxMIiBdLCAic2hvd1dhdGVybWFyayI6\nIHRydWUsICJ0b2xlcmFuY2VEYXlzIjogMywgInZhbGlkIjogIjIwMTctMTItMzEi\nIH0KcGNRSXBOU0MzdGZ5QVV1RkRtSEMyMGo0TElXSGVTMnNxRmJybllqOWZDOWZm\nS1ZpaWVGSitLUGZGY2tTWm9YUgpMVmZvWGx2QmZDOVVaaUErZzZtTGNTV3owUVVl\nSkVuRHBGcWJVU0cxVGVBN1NJenR2aU9BOGg2bFlnNXFSZmw0CjQ5d0IvNXVtL2Ir\nUDhHaXRLUzMzaFNacVhTbEdjbnkxYUVRaWxCRjFHL2NCeitIcUFtUEFMaVpBVzFQ\nZDkxdDYKZXZTcU1XdkNtMk01blZUaVNDd2dDZnR6Zkg3WENnQlVCU2hOb2ZoWlFJ\nVCtiUE5ycTE3SGg1YkVWa2ZoUlZBSQpSc0d1YlM4SEpvVlAvaEs5a2FMdzliRWYx\nZXpYZVpVOXFUbCswSXZKUy9lSlBrazJmV0IxcS9CUzM4ZFBVOTZHClpqVXIyRmlQ\nRjNSc1FxRC9UU244Q0E9PQo=', options: { "captureResolution":"1080", - "pictureResolution":"photo", + "pictureResolution":"1080", "cutout": { "style": "rect", "maxWidthPercent": "100%", diff --git a/example/Anyline/ios/Anyline.xcodeproj/project.pbxproj b/example/Anyline/ios/Anyline.xcodeproj/project.pbxproj index b7576432..b31b55ed 100755 --- a/example/Anyline/ios/Anyline.xcodeproj/project.pbxproj +++ b/example/Anyline/ios/Anyline.xcodeproj/project.pbxproj @@ -16,7 +16,6 @@ 1C260602C1DA464F9AE5D9BC /* MaterialIcons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 3736E20A9F784065B2450AC2 /* MaterialIcons.ttf */; }; 1E934CF71EC2048A00347430 /* trainedData in Resources */ = {isa = PBXBuildFile; fileRef = 1E934CF61EC2048A00347430 /* trainedData */; }; 1EC2368B1E7B478400D204E7 /* EventEmitter in Resources */ = {isa = PBXBuildFile; fileRef = 1EC2368A1E7B478400D204E7 /* EventEmitter */; }; - 1EE9DE0B1F20C8260017B1E0 /* ip.txt in Resources */ = {isa = PBXBuildFile; fileRef = 1EE9DE0A1F20C8260017B1E0 /* ip.txt */; }; 26D3BCFBBBC3470FBCA228A3 /* Octicons.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 7400F0C398B141A0A5409FD2 /* Octicons.ttf */; }; 2818E1101DFABDF1006BABE2 /* libPods-Anyline.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BD3611D51D496457F65600D7 /* libPods-Anyline.a */; }; 2818E1121DFABE3F006BABE2 /* libAnylineReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2818E1111DFABE3F006BABE2 /* libAnylineReact.a */; }; @@ -285,7 +284,6 @@ 177620B6168B0FCAD53F4665 /* Pods-Anyline.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-Anyline.release.xcconfig"; path = "Pods/Target Support Files/Pods-Anyline/Pods-Anyline.release.xcconfig"; sourceTree = ""; }; 1E934CF61EC2048A00347430 /* trainedData */ = {isa = PBXFileReference; lastKnownFileType = folder; path = trainedData; sourceTree = ""; }; 1EC2368A1E7B478400D204E7 /* EventEmitter */ = {isa = PBXFileReference; lastKnownFileType = folder; name = EventEmitter; path = "../node_modules/react-native/Libraries/EventEmitter"; sourceTree = ""; }; - 1EE9DE0A1F20C8260017B1E0 /* ip.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ip.txt; sourceTree = ""; }; 2562B9CB25984C61A7882993 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = ""; }; 2818E1111DFABE3F006BABE2 /* libAnylineReact.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libAnylineReact.a; path = "../../../../../../Library/Developer/Xcode/DerivedData/Anyline-bpdhgqpfcebckocfnrqfmvpnalip/Build/Products/Debug-iphoneos/AnylineReact/libAnylineReact.a"; sourceTree = ""; }; 2818E1131DFABE47006BABE2 /* libReact.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libReact.a; path = "../../../../../../Library/Developer/Xcode/DerivedData/Anyline-bpdhgqpfcebckocfnrqfmvpnalip/Build/Products/Debug-iphoneos/React/libReact.a"; sourceTree = ""; }; @@ -436,7 +434,6 @@ 13B07FB61A68108700A75B9A /* Info.plist */, 13B07FB11A68108700A75B9A /* LaunchScreen.xib */, 13B07FB71A68108700A75B9A /* main.m */, - 1EE9DE0A1F20C8260017B1E0 /* ip.txt */, ); name = Anyline; sourceTree = ""; @@ -890,7 +887,6 @@ 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */, 1EC2368B1E7B478400D204E7 /* EventEmitter in Resources */, 5F2134AF9123496AA4B84FE0 /* Entypo.ttf in Resources */, - 1EE9DE0B1F20C8260017B1E0 /* ip.txt in Resources */, 1B641833178C4A99B2C8D0BD /* EvilIcons.ttf in Resources */, EFAE2B10A0764174B88966E0 /* FontAwesome.ttf in Resources */, 81439EE49BAF41E2934C945E /* Foundation.ttf in Resources */, diff --git a/example/Anyline/package.json b/example/Anyline/package.json index b1edb6de..57f4eb3f 100755 --- a/example/Anyline/package.json +++ b/example/Anyline/package.json @@ -1,6 +1,6 @@ { "name": "anyline", - "version": "3.15.0", + "version": "3.16.0", "main": "index.js", "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/package.json b/package.json index c35fef22..8f93a0e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anyline-ocr-react-native-module", - "version": "3.15.0", + "version": "3.16.0", "main": "index.js", "description": "A Plugin for connecting Anyline with React-Native", "license": "MIT",