@regulaforensics/ionic-native-document-reader 9.2.355-beta → 9.2.357-rc
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/example/package.json +3 -3
- package/index.d.ts +1 -5
- package/index.js +2 -15
- package/ngx/index.d.ts +1 -5
- package/ngx/index.js +2 -15
- package/package.json +1 -1
- package/reactExample/package.json +3 -3
package/ngx/index.d.ts
CHANGED
|
@@ -761,7 +761,7 @@ export declare class ProcessParams {
|
|
|
761
761
|
strictSecurityChecks?: boolean;
|
|
762
762
|
returnTransliteratedFields?: boolean;
|
|
763
763
|
checkCaptureProcessIntegrity?: boolean;
|
|
764
|
-
|
|
764
|
+
bsiTr03135Results?: boolean;
|
|
765
765
|
barcodeParserType?: number;
|
|
766
766
|
perspectiveAngle?: number;
|
|
767
767
|
minDPI?: number;
|
|
@@ -809,10 +809,6 @@ export declare class Font {
|
|
|
809
809
|
style?: number;
|
|
810
810
|
static fromJson(jsonObject?: any): Font | undefined;
|
|
811
811
|
}
|
|
812
|
-
export declare class Bsi {
|
|
813
|
-
generateResult?: boolean;
|
|
814
|
-
static fromJson(jsonObject?: any): Bsi | undefined;
|
|
815
|
-
}
|
|
816
812
|
export declare class CustomizationColors {
|
|
817
813
|
rfidProcessingScreenBackground?: number;
|
|
818
814
|
rfidProcessingScreenHintLabelText?: number;
|