@thegrizzlylabs/react-native-genius-scan 5.1.5 → 5.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 +1 -0
- package/android/build.gradle +1 -1
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Assets.car +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/GSSDK +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Headers/GSSDK-Swift.h +3 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.abi.json +205 -198
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.private.swiftinterface +5 -4
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios.swiftinterface +5 -4
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/PhoneNumberKit_GSKPhoneNumberKit.bundle/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64/GSSDK.framework/fr.lproj/GSSDK.strings +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Assets.car +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/GSSDK +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Headers/GSSDK-Swift.h +6 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.abi.json +205 -198
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.private.swiftinterface +5 -4
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/arm64-apple-ios-simulator.swiftinterface +5 -4
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.abi.json +205 -198
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.private.swiftinterface +5 -4
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftdoc +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/Modules/GSSDK.swiftmodule/x86_64-apple-ios-simulator.swiftinterface +5 -4
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/PhoneNumberKit_GSKPhoneNumberKit.bundle/Info.plist +0 -0
- package/ios/GSSDK/GSSDK.xcframework/ios-arm64_x86_64-simulator/GSSDK.framework/fr.lproj/GSSDK.strings +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,6 +100,7 @@ The method `scanWithConfiguration` takes a `configuration` parameter which can t
|
|
|
100
100
|
- `jpegQuality`: JPEG quality used to compress captured images. Between 0 and 100, 100 being the best quality. Default is 60.
|
|
101
101
|
- `postProcessingActions`: an array with the desired actions to display during the post processing screen (defaults to all actions). Possible actions are `rotate`, `editFilter` and `correctDistortion`.
|
|
102
102
|
- `defaultCurvatureCorrection`: `enabled` or `disabled` whether a curvature correction should be applied by default (Android only). Disabled by default.
|
|
103
|
+
- `photoLibraryButtonHidden`: boolean specifying whether the button allowing the user to pick an image on the Camera screen should be hidden (default to false).
|
|
103
104
|
- `flashButtonHidden`: boolean (default to false)
|
|
104
105
|
- `defaultFlashMode`: `auto`, `on`, `off` (default to `off`)
|
|
105
106
|
- `foregroundColor`: string representing a color, must start with a `#`. The color of the icons, text (defaults to '#ffffff').
|
package/android/build.gradle
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -1002,6 +1002,8 @@ SWIFT_CLASS("_TtC5GSSDK24GSKScanFlowConfiguration")
|
|
|
1002
1002
|
@property (nonatomic) enum GSKScanFlowPDFPageSize pdfPageSize;
|
|
1003
1003
|
/// Whether the flash button should be hidden. Defaults to <code>false</code>.
|
|
1004
1004
|
@property (nonatomic) BOOL flashButtonHidden;
|
|
1005
|
+
/// Whether the photo library button should be hidden during camera-based scan flows. Defaults to <code>false</code>.
|
|
1006
|
+
@property (nonatomic) BOOL photoLibraryButtonHidden;
|
|
1005
1007
|
/// Determines the default flash mode. Combine this with <code>flashButtonHidden</code>
|
|
1006
1008
|
/// if you want to only allow a specific flash mode. Defaults to <code>.auto</code>.
|
|
1007
1009
|
@property (nonatomic) enum GSKScanFlowFlashMode defaultFlashMode;
|
|
@@ -1313,6 +1315,7 @@ SWIFT_CLASS("_TtC5GSSDK26GSKStructuredDataExtractor")
|
|
|
1313
1315
|
typedef SWIFT_ENUM(NSInteger, GSKStructuredDataExtractorError, open) {
|
|
1314
1316
|
GSKStructuredDataExtractorErrorMissingRequiredOCRMetadata = -1,
|
|
1315
1317
|
};
|
|
1318
|
+
static NSString * _Nonnull const GSKStructuredDataExtractorErrorDomain = @"GSSDK.GSKStructuredDataExtractorError";
|
|
1316
1319
|
|
|
1317
1320
|
|
|
1318
1321
|
/// Phone number data extracted from a business card document through OCR.
|
|
Binary file
|
|
@@ -11563,147 +11563,6 @@
|
|
|
11563
11563
|
}
|
|
11564
11564
|
]
|
|
11565
11565
|
},
|
|
11566
|
-
{
|
|
11567
|
-
"kind": "Var",
|
|
11568
|
-
"name": "chargingFlashSync",
|
|
11569
|
-
"printedName": "chargingFlashSync",
|
|
11570
|
-
"children": [
|
|
11571
|
-
{
|
|
11572
|
-
"kind": "TypeNominal",
|
|
11573
|
-
"name": "GSSDKImages",
|
|
11574
|
-
"printedName": "GSSDK.GSSDKImages",
|
|
11575
|
-
"usr": "s:5GSSDK11GSSDKImagesV"
|
|
11576
|
-
}
|
|
11577
|
-
],
|
|
11578
|
-
"declKind": "Var",
|
|
11579
|
-
"usr": "s:5GSSDK10GSSDKAssetO17chargingFlashSyncAA11GSSDKImagesVvpZ",
|
|
11580
|
-
"mangledName": "$s5GSSDK10GSSDKAssetO17chargingFlashSyncAA11GSSDKImagesVvpZ",
|
|
11581
|
-
"moduleName": "GSSDK",
|
|
11582
|
-
"static": true,
|
|
11583
|
-
"declAttributes": [
|
|
11584
|
-
"HasInitialValue",
|
|
11585
|
-
"HasStorage",
|
|
11586
|
-
"AccessControl"
|
|
11587
|
-
],
|
|
11588
|
-
"isLet": true,
|
|
11589
|
-
"hasStorage": true,
|
|
11590
|
-
"accessors": [
|
|
11591
|
-
{
|
|
11592
|
-
"kind": "Accessor",
|
|
11593
|
-
"name": "Get",
|
|
11594
|
-
"printedName": "Get()",
|
|
11595
|
-
"children": [
|
|
11596
|
-
{
|
|
11597
|
-
"kind": "TypeNominal",
|
|
11598
|
-
"name": "GSSDKImages",
|
|
11599
|
-
"printedName": "GSSDK.GSSDKImages",
|
|
11600
|
-
"usr": "s:5GSSDK11GSSDKImagesV"
|
|
11601
|
-
}
|
|
11602
|
-
],
|
|
11603
|
-
"declKind": "Accessor",
|
|
11604
|
-
"usr": "s:5GSSDK10GSSDKAssetO17chargingFlashSyncAA11GSSDKImagesVvgZ",
|
|
11605
|
-
"mangledName": "$s5GSSDK10GSSDKAssetO17chargingFlashSyncAA11GSSDKImagesVvgZ",
|
|
11606
|
-
"moduleName": "GSSDK",
|
|
11607
|
-
"static": true,
|
|
11608
|
-
"implicit": true,
|
|
11609
|
-
"accessorKind": "get"
|
|
11610
|
-
}
|
|
11611
|
-
]
|
|
11612
|
-
},
|
|
11613
|
-
{
|
|
11614
|
-
"kind": "Var",
|
|
11615
|
-
"name": "flash1",
|
|
11616
|
-
"printedName": "flash1",
|
|
11617
|
-
"children": [
|
|
11618
|
-
{
|
|
11619
|
-
"kind": "TypeNominal",
|
|
11620
|
-
"name": "GSSDKImages",
|
|
11621
|
-
"printedName": "GSSDK.GSSDKImages",
|
|
11622
|
-
"usr": "s:5GSSDK11GSSDKImagesV"
|
|
11623
|
-
}
|
|
11624
|
-
],
|
|
11625
|
-
"declKind": "Var",
|
|
11626
|
-
"usr": "s:5GSSDK10GSSDKAssetO6flash1AA11GSSDKImagesVvpZ",
|
|
11627
|
-
"mangledName": "$s5GSSDK10GSSDKAssetO6flash1AA11GSSDKImagesVvpZ",
|
|
11628
|
-
"moduleName": "GSSDK",
|
|
11629
|
-
"static": true,
|
|
11630
|
-
"declAttributes": [
|
|
11631
|
-
"HasInitialValue",
|
|
11632
|
-
"HasStorage",
|
|
11633
|
-
"AccessControl"
|
|
11634
|
-
],
|
|
11635
|
-
"isLet": true,
|
|
11636
|
-
"hasStorage": true,
|
|
11637
|
-
"accessors": [
|
|
11638
|
-
{
|
|
11639
|
-
"kind": "Accessor",
|
|
11640
|
-
"name": "Get",
|
|
11641
|
-
"printedName": "Get()",
|
|
11642
|
-
"children": [
|
|
11643
|
-
{
|
|
11644
|
-
"kind": "TypeNominal",
|
|
11645
|
-
"name": "GSSDKImages",
|
|
11646
|
-
"printedName": "GSSDK.GSSDKImages",
|
|
11647
|
-
"usr": "s:5GSSDK11GSSDKImagesV"
|
|
11648
|
-
}
|
|
11649
|
-
],
|
|
11650
|
-
"declKind": "Accessor",
|
|
11651
|
-
"usr": "s:5GSSDK10GSSDKAssetO6flash1AA11GSSDKImagesVvgZ",
|
|
11652
|
-
"mangledName": "$s5GSSDK10GSSDKAssetO6flash1AA11GSSDKImagesVvgZ",
|
|
11653
|
-
"moduleName": "GSSDK",
|
|
11654
|
-
"static": true,
|
|
11655
|
-
"implicit": true,
|
|
11656
|
-
"accessorKind": "get"
|
|
11657
|
-
}
|
|
11658
|
-
]
|
|
11659
|
-
},
|
|
11660
|
-
{
|
|
11661
|
-
"kind": "Var",
|
|
11662
|
-
"name": "flashOff",
|
|
11663
|
-
"printedName": "flashOff",
|
|
11664
|
-
"children": [
|
|
11665
|
-
{
|
|
11666
|
-
"kind": "TypeNominal",
|
|
11667
|
-
"name": "GSSDKImages",
|
|
11668
|
-
"printedName": "GSSDK.GSSDKImages",
|
|
11669
|
-
"usr": "s:5GSSDK11GSSDKImagesV"
|
|
11670
|
-
}
|
|
11671
|
-
],
|
|
11672
|
-
"declKind": "Var",
|
|
11673
|
-
"usr": "s:5GSSDK10GSSDKAssetO8flashOffAA11GSSDKImagesVvpZ",
|
|
11674
|
-
"mangledName": "$s5GSSDK10GSSDKAssetO8flashOffAA11GSSDKImagesVvpZ",
|
|
11675
|
-
"moduleName": "GSSDK",
|
|
11676
|
-
"static": true,
|
|
11677
|
-
"declAttributes": [
|
|
11678
|
-
"HasInitialValue",
|
|
11679
|
-
"HasStorage",
|
|
11680
|
-
"AccessControl"
|
|
11681
|
-
],
|
|
11682
|
-
"isLet": true,
|
|
11683
|
-
"hasStorage": true,
|
|
11684
|
-
"accessors": [
|
|
11685
|
-
{
|
|
11686
|
-
"kind": "Accessor",
|
|
11687
|
-
"name": "Get",
|
|
11688
|
-
"printedName": "Get()",
|
|
11689
|
-
"children": [
|
|
11690
|
-
{
|
|
11691
|
-
"kind": "TypeNominal",
|
|
11692
|
-
"name": "GSSDKImages",
|
|
11693
|
-
"printedName": "GSSDK.GSSDKImages",
|
|
11694
|
-
"usr": "s:5GSSDK11GSSDKImagesV"
|
|
11695
|
-
}
|
|
11696
|
-
],
|
|
11697
|
-
"declKind": "Accessor",
|
|
11698
|
-
"usr": "s:5GSSDK10GSSDKAssetO8flashOffAA11GSSDKImagesVvgZ",
|
|
11699
|
-
"mangledName": "$s5GSSDK10GSSDKAssetO8flashOffAA11GSSDKImagesVvgZ",
|
|
11700
|
-
"moduleName": "GSSDK",
|
|
11701
|
-
"static": true,
|
|
11702
|
-
"implicit": true,
|
|
11703
|
-
"accessorKind": "get"
|
|
11704
|
-
}
|
|
11705
|
-
]
|
|
11706
|
-
},
|
|
11707
11566
|
{
|
|
11708
11567
|
"kind": "Var",
|
|
11709
11568
|
"name": "perspectiveGrid",
|
|
@@ -17162,6 +17021,106 @@
|
|
|
17162
17021
|
}
|
|
17163
17022
|
]
|
|
17164
17023
|
},
|
|
17024
|
+
{
|
|
17025
|
+
"kind": "Var",
|
|
17026
|
+
"name": "photoLibraryButtonHidden",
|
|
17027
|
+
"printedName": "photoLibraryButtonHidden",
|
|
17028
|
+
"children": [
|
|
17029
|
+
{
|
|
17030
|
+
"kind": "TypeNominal",
|
|
17031
|
+
"name": "Bool",
|
|
17032
|
+
"printedName": "Swift.Bool",
|
|
17033
|
+
"usr": "s:Sb"
|
|
17034
|
+
}
|
|
17035
|
+
],
|
|
17036
|
+
"declKind": "Var",
|
|
17037
|
+
"usr": "c:@M@GSSDK@objc(cs)GSKScanFlowConfiguration(py)photoLibraryButtonHidden",
|
|
17038
|
+
"mangledName": "$s5GSSDK24GSKScanFlowConfigurationC24photoLibraryButtonHiddenSbvp",
|
|
17039
|
+
"moduleName": "GSSDK",
|
|
17040
|
+
"declAttributes": [
|
|
17041
|
+
"HasInitialValue",
|
|
17042
|
+
"Final",
|
|
17043
|
+
"HasStorage",
|
|
17044
|
+
"AccessControl",
|
|
17045
|
+
"RawDocComment",
|
|
17046
|
+
"ObjC"
|
|
17047
|
+
],
|
|
17048
|
+
"hasStorage": true,
|
|
17049
|
+
"accessors": [
|
|
17050
|
+
{
|
|
17051
|
+
"kind": "Accessor",
|
|
17052
|
+
"name": "Get",
|
|
17053
|
+
"printedName": "Get()",
|
|
17054
|
+
"children": [
|
|
17055
|
+
{
|
|
17056
|
+
"kind": "TypeNominal",
|
|
17057
|
+
"name": "Bool",
|
|
17058
|
+
"printedName": "Swift.Bool",
|
|
17059
|
+
"usr": "s:Sb"
|
|
17060
|
+
}
|
|
17061
|
+
],
|
|
17062
|
+
"declKind": "Accessor",
|
|
17063
|
+
"usr": "c:@M@GSSDK@objc(cs)GSKScanFlowConfiguration(im)photoLibraryButtonHidden",
|
|
17064
|
+
"mangledName": "$s5GSSDK24GSKScanFlowConfigurationC24photoLibraryButtonHiddenSbvg",
|
|
17065
|
+
"moduleName": "GSSDK",
|
|
17066
|
+
"implicit": true,
|
|
17067
|
+
"declAttributes": [
|
|
17068
|
+
"Final",
|
|
17069
|
+
"ObjC"
|
|
17070
|
+
],
|
|
17071
|
+
"accessorKind": "get"
|
|
17072
|
+
},
|
|
17073
|
+
{
|
|
17074
|
+
"kind": "Accessor",
|
|
17075
|
+
"name": "Set",
|
|
17076
|
+
"printedName": "Set()",
|
|
17077
|
+
"children": [
|
|
17078
|
+
{
|
|
17079
|
+
"kind": "TypeNominal",
|
|
17080
|
+
"name": "Void",
|
|
17081
|
+
"printedName": "()"
|
|
17082
|
+
},
|
|
17083
|
+
{
|
|
17084
|
+
"kind": "TypeNominal",
|
|
17085
|
+
"name": "Bool",
|
|
17086
|
+
"printedName": "Swift.Bool",
|
|
17087
|
+
"usr": "s:Sb"
|
|
17088
|
+
}
|
|
17089
|
+
],
|
|
17090
|
+
"declKind": "Accessor",
|
|
17091
|
+
"usr": "c:@M@GSSDK@objc(cs)GSKScanFlowConfiguration(im)setPhotoLibraryButtonHidden:",
|
|
17092
|
+
"mangledName": "$s5GSSDK24GSKScanFlowConfigurationC24photoLibraryButtonHiddenSbvs",
|
|
17093
|
+
"moduleName": "GSSDK",
|
|
17094
|
+
"implicit": true,
|
|
17095
|
+
"declAttributes": [
|
|
17096
|
+
"Final",
|
|
17097
|
+
"ObjC"
|
|
17098
|
+
],
|
|
17099
|
+
"accessorKind": "set"
|
|
17100
|
+
},
|
|
17101
|
+
{
|
|
17102
|
+
"kind": "Accessor",
|
|
17103
|
+
"name": "Modify",
|
|
17104
|
+
"printedName": "Modify()",
|
|
17105
|
+
"children": [
|
|
17106
|
+
{
|
|
17107
|
+
"kind": "TypeNominal",
|
|
17108
|
+
"name": "Void",
|
|
17109
|
+
"printedName": "()"
|
|
17110
|
+
}
|
|
17111
|
+
],
|
|
17112
|
+
"declKind": "Accessor",
|
|
17113
|
+
"usr": "s:5GSSDK24GSKScanFlowConfigurationC24photoLibraryButtonHiddenSbvM",
|
|
17114
|
+
"mangledName": "$s5GSSDK24GSKScanFlowConfigurationC24photoLibraryButtonHiddenSbvM",
|
|
17115
|
+
"moduleName": "GSSDK",
|
|
17116
|
+
"implicit": true,
|
|
17117
|
+
"declAttributes": [
|
|
17118
|
+
"Final"
|
|
17119
|
+
],
|
|
17120
|
+
"accessorKind": "_modify"
|
|
17121
|
+
}
|
|
17122
|
+
]
|
|
17123
|
+
},
|
|
17165
17124
|
{
|
|
17166
17125
|
"kind": "Var",
|
|
17167
17126
|
"name": "defaultFlashMode",
|
|
@@ -24088,6 +24047,20 @@
|
|
|
24088
24047
|
}
|
|
24089
24048
|
]
|
|
24090
24049
|
},
|
|
24050
|
+
{
|
|
24051
|
+
"kind": "Import",
|
|
24052
|
+
"name": "Foundation",
|
|
24053
|
+
"printedName": "Foundation",
|
|
24054
|
+
"declKind": "Import",
|
|
24055
|
+
"moduleName": "GSSDK"
|
|
24056
|
+
},
|
|
24057
|
+
{
|
|
24058
|
+
"kind": "Import",
|
|
24059
|
+
"name": "UIKit",
|
|
24060
|
+
"printedName": "UIKit",
|
|
24061
|
+
"declKind": "Import",
|
|
24062
|
+
"moduleName": "GSSDK"
|
|
24063
|
+
},
|
|
24091
24064
|
{
|
|
24092
24065
|
"kind": "Import",
|
|
24093
24066
|
"name": "UIKit",
|
|
@@ -25788,6 +25761,47 @@
|
|
|
25788
25761
|
"accessorKind": "get"
|
|
25789
25762
|
}
|
|
25790
25763
|
]
|
|
25764
|
+
},
|
|
25765
|
+
{
|
|
25766
|
+
"kind": "Var",
|
|
25767
|
+
"name": "_nsErrorDomain",
|
|
25768
|
+
"printedName": "_nsErrorDomain",
|
|
25769
|
+
"children": [
|
|
25770
|
+
{
|
|
25771
|
+
"kind": "TypeNominal",
|
|
25772
|
+
"name": "String",
|
|
25773
|
+
"printedName": "Swift.String",
|
|
25774
|
+
"usr": "s:SS"
|
|
25775
|
+
}
|
|
25776
|
+
],
|
|
25777
|
+
"declKind": "Var",
|
|
25778
|
+
"usr": "s:5GSSDK31GSKStructuredDataExtractorErrorO03_nsE6DomainSSvpZ",
|
|
25779
|
+
"mangledName": "$s5GSSDK31GSKStructuredDataExtractorErrorO03_nsE6DomainSSvpZ",
|
|
25780
|
+
"moduleName": "GSSDK",
|
|
25781
|
+
"static": true,
|
|
25782
|
+
"implicit": true,
|
|
25783
|
+
"accessors": [
|
|
25784
|
+
{
|
|
25785
|
+
"kind": "Accessor",
|
|
25786
|
+
"name": "Get",
|
|
25787
|
+
"printedName": "Get()",
|
|
25788
|
+
"children": [
|
|
25789
|
+
{
|
|
25790
|
+
"kind": "TypeNominal",
|
|
25791
|
+
"name": "String",
|
|
25792
|
+
"printedName": "Swift.String",
|
|
25793
|
+
"usr": "s:SS"
|
|
25794
|
+
}
|
|
25795
|
+
],
|
|
25796
|
+
"declKind": "Accessor",
|
|
25797
|
+
"usr": "s:5GSSDK31GSKStructuredDataExtractorErrorO03_nsE6DomainSSvgZ",
|
|
25798
|
+
"mangledName": "$s5GSSDK31GSKStructuredDataExtractorErrorO03_nsE6DomainSSvgZ",
|
|
25799
|
+
"moduleName": "GSSDK",
|
|
25800
|
+
"static": true,
|
|
25801
|
+
"implicit": true,
|
|
25802
|
+
"accessorKind": "get"
|
|
25803
|
+
}
|
|
25804
|
+
]
|
|
25791
25805
|
}
|
|
25792
25806
|
],
|
|
25793
25807
|
"declKind": "Enum",
|
|
@@ -25836,6 +25850,34 @@
|
|
|
25836
25850
|
],
|
|
25837
25851
|
"usr": "s:SY",
|
|
25838
25852
|
"mangledName": "$sSY"
|
|
25853
|
+
},
|
|
25854
|
+
{
|
|
25855
|
+
"kind": "Conformance",
|
|
25856
|
+
"name": "Error",
|
|
25857
|
+
"printedName": "Error",
|
|
25858
|
+
"usr": "s:s5ErrorP",
|
|
25859
|
+
"mangledName": "$ss5ErrorP"
|
|
25860
|
+
},
|
|
25861
|
+
{
|
|
25862
|
+
"kind": "Conformance",
|
|
25863
|
+
"name": "_BridgedNSError",
|
|
25864
|
+
"printedName": "_BridgedNSError",
|
|
25865
|
+
"usr": "s:10Foundation15_BridgedNSErrorP",
|
|
25866
|
+
"mangledName": "$s10Foundation15_BridgedNSErrorP"
|
|
25867
|
+
},
|
|
25868
|
+
{
|
|
25869
|
+
"kind": "Conformance",
|
|
25870
|
+
"name": "Sendable",
|
|
25871
|
+
"printedName": "Sendable",
|
|
25872
|
+
"usr": "s:s8SendableP",
|
|
25873
|
+
"mangledName": "$ss8SendableP"
|
|
25874
|
+
},
|
|
25875
|
+
{
|
|
25876
|
+
"kind": "Conformance",
|
|
25877
|
+
"name": "_ObjectiveCBridgeableError",
|
|
25878
|
+
"printedName": "_ObjectiveCBridgeableError",
|
|
25879
|
+
"usr": "s:10Foundation26_ObjectiveCBridgeableErrorP",
|
|
25880
|
+
"mangledName": "$s10Foundation26_ObjectiveCBridgeableErrorP"
|
|
25839
25881
|
}
|
|
25840
25882
|
]
|
|
25841
25883
|
},
|
|
@@ -28684,49 +28726,28 @@
|
|
|
28684
28726
|
{
|
|
28685
28727
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistAssets+GSSDK.swift",
|
|
28686
28728
|
"kind": "StringLiteral",
|
|
28687
|
-
"offset":
|
|
28688
|
-
"length": 21,
|
|
28689
|
-
"value": "\"charging-flash-sync\""
|
|
28690
|
-
},
|
|
28691
|
-
{
|
|
28692
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistAssets+GSSDK.swift",
|
|
28693
|
-
"kind": "StringLiteral",
|
|
28694
|
-
"offset": 720,
|
|
28695
|
-
"length": 9,
|
|
28696
|
-
"value": "\"flash-1\""
|
|
28697
|
-
},
|
|
28698
|
-
{
|
|
28699
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistAssets+GSSDK.swift",
|
|
28700
|
-
"kind": "StringLiteral",
|
|
28701
|
-
"offset": 780,
|
|
28702
|
-
"length": 11,
|
|
28703
|
-
"value": "\"flash-off\""
|
|
28704
|
-
},
|
|
28705
|
-
{
|
|
28706
|
-
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistAssets+GSSDK.swift",
|
|
28707
|
-
"kind": "StringLiteral",
|
|
28708
|
-
"offset": 849,
|
|
28729
|
+
"offset": 648,
|
|
28709
28730
|
"length": 18,
|
|
28710
28731
|
"value": "\"perspective-grid\""
|
|
28711
28732
|
},
|
|
28712
28733
|
{
|
|
28713
28734
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistAssets+GSSDK.swift",
|
|
28714
28735
|
"kind": "StringLiteral",
|
|
28715
|
-
"offset":
|
|
28736
|
+
"offset": 725,
|
|
28716
28737
|
"length": 19,
|
|
28717
28738
|
"value": "\"retouch-landscape\""
|
|
28718
28739
|
},
|
|
28719
28740
|
{
|
|
28720
28741
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistAssets+GSSDK.swift",
|
|
28721
28742
|
"kind": "StringLiteral",
|
|
28722
|
-
"offset":
|
|
28743
|
+
"offset": 797,
|
|
28723
28744
|
"length": 13,
|
|
28724
28745
|
"value": "\"rotate-back\""
|
|
28725
28746
|
},
|
|
28726
28747
|
{
|
|
28727
28748
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/Derived\/Sources\/TuistAssets+GSSDK.swift",
|
|
28728
28749
|
"kind": "StringLiteral",
|
|
28729
|
-
"offset":
|
|
28750
|
+
"offset": 880,
|
|
28730
28751
|
"length": 31,
|
|
28731
28752
|
"value": "\"straightened-perspective-grid\""
|
|
28732
28753
|
},
|
|
@@ -30004,24 +30025,31 @@
|
|
|
30004
30025
|
"length": 5,
|
|
30005
30026
|
"value": "false"
|
|
30006
30027
|
},
|
|
30028
|
+
{
|
|
30029
|
+
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowConfiguration.swift",
|
|
30030
|
+
"kind": "BooleanLiteral",
|
|
30031
|
+
"offset": 2268,
|
|
30032
|
+
"length": 5,
|
|
30033
|
+
"value": "false"
|
|
30034
|
+
},
|
|
30007
30035
|
{
|
|
30008
30036
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowConfiguration.swift",
|
|
30009
30037
|
"kind": "IntegerLiteral",
|
|
30010
|
-
"offset":
|
|
30038
|
+
"offset": 3556,
|
|
30011
30039
|
"length": 2,
|
|
30012
30040
|
"value": "60"
|
|
30013
30041
|
},
|
|
30014
30042
|
{
|
|
30015
30043
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowConfiguration.swift",
|
|
30016
30044
|
"kind": "IntegerLiteral",
|
|
30017
|
-
"offset":
|
|
30045
|
+
"offset": 3886,
|
|
30018
30046
|
"length": 1,
|
|
30019
30047
|
"value": "0"
|
|
30020
30048
|
},
|
|
30021
30049
|
{
|
|
30022
30050
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/Models\/GSKScanFlowConfiguration.swift",
|
|
30023
30051
|
"kind": "Array",
|
|
30024
|
-
"offset":
|
|
30052
|
+
"offset": 4271,
|
|
30025
30053
|
"length": 2,
|
|
30026
30054
|
"value": "[]"
|
|
30027
30055
|
},
|
|
@@ -30378,14 +30406,14 @@
|
|
|
30378
30406
|
{
|
|
30379
30407
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUICameraViewController.swift",
|
|
30380
30408
|
"kind": "FloatLiteral",
|
|
30381
|
-
"offset":
|
|
30409
|
+
"offset": 6625,
|
|
30382
30410
|
"length": 4,
|
|
30383
30411
|
"value": "62.0"
|
|
30384
30412
|
},
|
|
30385
30413
|
{
|
|
30386
30414
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/ScanFlow\/View Controllers\/GSKUICameraViewController.swift",
|
|
30387
30415
|
"kind": "FloatLiteral",
|
|
30388
|
-
"offset":
|
|
30416
|
+
"offset": 6729,
|
|
30389
30417
|
"length": 4,
|
|
30390
30418
|
"value": "44.0"
|
|
30391
30419
|
},
|
|
@@ -30560,14 +30588,14 @@
|
|
|
30560
30588
|
{
|
|
30561
30589
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/StructuredData\/GSKStructuredDataExtractorError.swift",
|
|
30562
30590
|
"kind": "IntegerLiteral",
|
|
30563
|
-
"offset":
|
|
30591
|
+
"offset": 327,
|
|
30564
30592
|
"length": 2,
|
|
30565
30593
|
"value": "-1"
|
|
30566
30594
|
},
|
|
30567
30595
|
{
|
|
30568
30596
|
"filePath": "\/Users\/distiller\/project\/prj-ios\/GSSDK\/StructuredData\/GSKStructuredDataExtractorError.swift",
|
|
30569
30597
|
"kind": "IntegerLiteral",
|
|
30570
|
-
"offset":
|
|
30598
|
+
"offset": 327,
|
|
30571
30599
|
"length": 1,
|
|
30572
30600
|
"value": "-1"
|
|
30573
30601
|
},
|
|
@@ -30595,49 +30623,28 @@
|
|
|
30595
30623
|
{
|
|
30596
30624
|
"filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/GSSDK-fvzhtnrpjwsqvkeyghtqtwrofwwd\/Build\/Intermediates.noindex\/ArchiveIntermediates\/GSSDK\/IntermediateBuildFilesPath\/GSSDK.build\/Release-iphoneos\/GSSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
30597
30625
|
"kind": "StringLiteral",
|
|
30598
|
-
"offset":
|
|
30599
|
-
"length": 21,
|
|
30600
|
-
"value": "\"charging-flash-sync\""
|
|
30601
|
-
},
|
|
30602
|
-
{
|
|
30603
|
-
"filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/GSSDK-fvzhtnrpjwsqvkeyghtqtwrofwwd\/Build\/Intermediates.noindex\/ArchiveIntermediates\/GSSDK\/IntermediateBuildFilesPath\/GSSDK.build\/Release-iphoneos\/GSSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
30604
|
-
"kind": "StringLiteral",
|
|
30605
|
-
"offset": 1049,
|
|
30606
|
-
"length": 9,
|
|
30607
|
-
"value": "\"flash-1\""
|
|
30608
|
-
},
|
|
30609
|
-
{
|
|
30610
|
-
"filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/GSSDK-fvzhtnrpjwsqvkeyghtqtwrofwwd\/Build\/Intermediates.noindex\/ArchiveIntermediates\/GSSDK\/IntermediateBuildFilesPath\/GSSDK.build\/Release-iphoneos\/GSSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
30611
|
-
"kind": "StringLiteral",
|
|
30612
|
-
"offset": 1185,
|
|
30613
|
-
"length": 11,
|
|
30614
|
-
"value": "\"flash-off\""
|
|
30615
|
-
},
|
|
30616
|
-
{
|
|
30617
|
-
"filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/GSSDK-fvzhtnrpjwsqvkeyghtqtwrofwwd\/Build\/Intermediates.noindex\/ArchiveIntermediates\/GSSDK\/IntermediateBuildFilesPath\/GSSDK.build\/Release-iphoneos\/GSSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
30618
|
-
"kind": "StringLiteral",
|
|
30619
|
-
"offset": 1337,
|
|
30626
|
+
"offset": 900,
|
|
30620
30627
|
"length": 18,
|
|
30621
30628
|
"value": "\"perspective-grid\""
|
|
30622
30629
|
},
|
|
30623
30630
|
{
|
|
30624
30631
|
"filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/GSSDK-fvzhtnrpjwsqvkeyghtqtwrofwwd\/Build\/Intermediates.noindex\/ArchiveIntermediates\/GSSDK\/IntermediateBuildFilesPath\/GSSDK.build\/Release-iphoneos\/GSSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
30625
30632
|
"kind": "StringLiteral",
|
|
30626
|
-
"offset":
|
|
30633
|
+
"offset": 1061,
|
|
30627
30634
|
"length": 19,
|
|
30628
30635
|
"value": "\"retouch-landscape\""
|
|
30629
30636
|
},
|
|
30630
30637
|
{
|
|
30631
30638
|
"filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/GSSDK-fvzhtnrpjwsqvkeyghtqtwrofwwd\/Build\/Intermediates.noindex\/ArchiveIntermediates\/GSSDK\/IntermediateBuildFilesPath\/GSSDK.build\/Release-iphoneos\/GSSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
30632
30639
|
"kind": "StringLiteral",
|
|
30633
|
-
"offset":
|
|
30640
|
+
"offset": 1211,
|
|
30634
30641
|
"length": 13,
|
|
30635
30642
|
"value": "\"rotate-back\""
|
|
30636
30643
|
},
|
|
30637
30644
|
{
|
|
30638
30645
|
"filePath": "\/Users\/distiller\/Library\/Developer\/Xcode\/DerivedData\/GSSDK-fvzhtnrpjwsqvkeyghtqtwrofwwd\/Build\/Intermediates.noindex\/ArchiveIntermediates\/GSSDK\/IntermediateBuildFilesPath\/GSSDK.build\/Release-iphoneos\/GSSDK.build\/DerivedSources\/GeneratedAssetSymbols.swift",
|
|
30639
30646
|
"kind": "StringLiteral",
|
|
30640
|
-
"offset":
|
|
30647
|
+
"offset": 1390,
|
|
30641
30648
|
"length": 31,
|
|
30642
30649
|
"value": "\"straightened-perspective-grid\""
|
|
30643
30650
|
}
|
|
@@ -429,9 +429,6 @@ extension GSSDK.GSKPDFDocument {
|
|
|
429
429
|
}
|
|
430
430
|
public enum GSSDKAsset {
|
|
431
431
|
public static let artboardExpand: GSSDK.GSSDKImages
|
|
432
|
-
public static let chargingFlashSync: GSSDK.GSSDKImages
|
|
433
|
-
public static let flash1: GSSDK.GSSDKImages
|
|
434
|
-
public static let flashOff: GSSDK.GSSDKImages
|
|
435
432
|
public static let perspectiveGrid: GSSDK.GSSDKImages
|
|
436
433
|
public static let retouchLandscape: GSSDK.GSSDKImages
|
|
437
434
|
public static let rotateBack: GSSDK.GSSDKImages
|
|
@@ -606,6 +603,7 @@ extension GSSDK.GSKOCRLanguage : Swift.Equatable, Swift.Hashable {
|
|
|
606
603
|
@objc final public var postProcessingActions: GSSDK.GSKScanFlowPostProcessingActions
|
|
607
604
|
@objc final public var pdfPageSize: GSSDK.GSKScanFlowPDFPageSize
|
|
608
605
|
@objc final public var flashButtonHidden: Swift.Bool
|
|
606
|
+
@objc final public var photoLibraryButtonHidden: Swift.Bool
|
|
609
607
|
@objc final public var defaultFlashMode: GSSDK.GSKScanFlowFlashMode
|
|
610
608
|
@objc final public var multiPageFormat: GSSDK.GSKScanFlowMultiPageFormat
|
|
611
609
|
@objc final public var pdfFontFileURL: Foundation.URL?
|
|
@@ -819,10 +817,13 @@ extension GSSDK.GSKScanFlowButton where Label == SwiftUI.Text {
|
|
|
819
817
|
@objc final public func receiptFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataReceipt?
|
|
820
818
|
#endif
|
|
821
819
|
}
|
|
822
|
-
@objc public enum GSKStructuredDataExtractorError : Swift.Int {
|
|
820
|
+
@objc public enum GSKStructuredDataExtractorError : Swift.Int, Swift.Error {
|
|
823
821
|
case missingRequiredOCRMetadata = -1
|
|
824
822
|
public init?(rawValue: Swift.Int)
|
|
825
823
|
public typealias RawValue = Swift.Int
|
|
824
|
+
public static var _nsErrorDomain: Swift.String {
|
|
825
|
+
get
|
|
826
|
+
}
|
|
826
827
|
public var rawValue: Swift.Int {
|
|
827
828
|
get
|
|
828
829
|
}
|
|
Binary file
|
|
@@ -429,9 +429,6 @@ extension GSSDK.GSKPDFDocument {
|
|
|
429
429
|
}
|
|
430
430
|
public enum GSSDKAsset {
|
|
431
431
|
public static let artboardExpand: GSSDK.GSSDKImages
|
|
432
|
-
public static let chargingFlashSync: GSSDK.GSSDKImages
|
|
433
|
-
public static let flash1: GSSDK.GSSDKImages
|
|
434
|
-
public static let flashOff: GSSDK.GSSDKImages
|
|
435
432
|
public static let perspectiveGrid: GSSDK.GSSDKImages
|
|
436
433
|
public static let retouchLandscape: GSSDK.GSSDKImages
|
|
437
434
|
public static let rotateBack: GSSDK.GSSDKImages
|
|
@@ -606,6 +603,7 @@ extension GSSDK.GSKOCRLanguage : Swift.Equatable, Swift.Hashable {
|
|
|
606
603
|
@objc final public var postProcessingActions: GSSDK.GSKScanFlowPostProcessingActions
|
|
607
604
|
@objc final public var pdfPageSize: GSSDK.GSKScanFlowPDFPageSize
|
|
608
605
|
@objc final public var flashButtonHidden: Swift.Bool
|
|
606
|
+
@objc final public var photoLibraryButtonHidden: Swift.Bool
|
|
609
607
|
@objc final public var defaultFlashMode: GSSDK.GSKScanFlowFlashMode
|
|
610
608
|
@objc final public var multiPageFormat: GSSDK.GSKScanFlowMultiPageFormat
|
|
611
609
|
@objc final public var pdfFontFileURL: Foundation.URL?
|
|
@@ -819,10 +817,13 @@ extension GSSDK.GSKScanFlowButton where Label == SwiftUI.Text {
|
|
|
819
817
|
@objc final public func receiptFromOCRResult(_ ocrResult: GSSDK.GSKOCRResult) async throws -> GSSDK.GSKStructuredDataReceipt?
|
|
820
818
|
#endif
|
|
821
819
|
}
|
|
822
|
-
@objc public enum GSKStructuredDataExtractorError : Swift.Int {
|
|
820
|
+
@objc public enum GSKStructuredDataExtractorError : Swift.Int, Swift.Error {
|
|
823
821
|
case missingRequiredOCRMetadata = -1
|
|
824
822
|
public init?(rawValue: Swift.Int)
|
|
825
823
|
public typealias RawValue = Swift.Int
|
|
824
|
+
public static var _nsErrorDomain: Swift.String {
|
|
825
|
+
get
|
|
826
|
+
}
|
|
826
827
|
public var rawValue: Swift.Int {
|
|
827
828
|
get
|
|
828
829
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|