@regulaforensics/ionic-native-document-reader 9.2.357-rc → 9.2.359-nightly
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 +5 -1
- package/index.js +15 -2
- package/ngx/index.d.ts +5 -1
- package/ngx/index.js +15 -2
- 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
|
+
bsiTr03135?: Bsi;
|
|
765
765
|
barcodeParserType?: number;
|
|
766
766
|
perspectiveAngle?: number;
|
|
767
767
|
minDPI?: number;
|
|
@@ -809,6 +809,10 @@ 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
|
+
}
|
|
812
816
|
export declare class CustomizationColors {
|
|
813
817
|
rfidProcessingScreenBackground?: number;
|
|
814
818
|
rfidProcessingScreenHintLabelText?: number;
|