blinkid-react-native
Advanced tools
Comparing version 5.1.0 to 5.2.0
{ | ||
"name": "blinkid-react-native", | ||
"version": "5.1.0", | ||
"version": "5.2.0", | ||
"description": "A small and powerful ID card scanning library. Powered by Microblink (www.microblink.com).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -57,2 +57,12 @@ import { Recognizer, RecognizerResult } from '../recognizer' | ||
/** | ||
* Digital signature of the recognition result. Available only if enabled with signResult property. | ||
*/ | ||
this.digitalSignature = nativeResult.digitalSignature; | ||
/** | ||
* Version of the digital signature. Available only if enabled with signResult property. | ||
*/ | ||
this.digitalSignatureVersion = nativeResult.digitalSignatureVersion; | ||
/** | ||
* The additional number of the document. | ||
@@ -121,2 +131,7 @@ */ | ||
/** | ||
* The localized name of the document owner. | ||
*/ | ||
this.localizedName = nativeResult.localizedName; | ||
/** | ||
* The marital status of the document owner. | ||
@@ -189,2 +204,4 @@ */ | ||
* Defines whether blured frames filtering is allowed | ||
* | ||
* | ||
*/ | ||
@@ -194,5 +211,6 @@ this.allowBlurFilter = true; | ||
/** | ||
* The DPI (Dots Per Inch) for face image that should be returned. | ||
* Property for setting DPI for face images | ||
* Valid ranges are [100,400]. Setting DPI out of valid ranges throws an exception | ||
* | ||
* | ||
*/ | ||
@@ -231,4 +249,11 @@ this.faceImageDpi = 250; | ||
/** | ||
* Whether or not recognition result should be signed. | ||
* | ||
* | ||
*/ | ||
this.signResult = false; | ||
this.createResultFromNative = function (nativeResult) { return new BlinkIdCombinedRecognizerResult(nativeResult); } | ||
} | ||
} |
@@ -107,2 +107,7 @@ import { Recognizer, RecognizerResult } from '../recognizer' | ||
/** | ||
* The localized name of the document owner. | ||
*/ | ||
this.localizedName = nativeResult.localizedName; | ||
/** | ||
* The marital status of the document owner. | ||
@@ -169,2 +174,4 @@ */ | ||
* Defines whether blured frames filtering is allowed | ||
* | ||
* | ||
*/ | ||
@@ -174,5 +181,6 @@ this.allowBlurFilter = true; | ||
/** | ||
* The DPI (Dots Per Inch) for face image that should be returned. | ||
* Property for setting DPI for face images | ||
* Valid ranges are [100,400]. Setting DPI out of valid ranges throws an exception | ||
* | ||
* | ||
*/ | ||
@@ -179,0 +187,0 @@ this.faceImageDpi = 250; |
@@ -47,2 +47,9 @@ import { Recognizer, RecognizerResult } from '../recognizer' | ||
/** | ||
* Defines whether to anonymize Netherlands MRZ | ||
* | ||
* | ||
*/ | ||
this.anonymizeNetherlandsMrz = true; | ||
/** | ||
* Defines if glare detection should be turned on/off. | ||
@@ -49,0 +56,0 @@ * |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
319383
93
2202