@microblink/blinkid-in-browser-sdk
Advanced tools
Changelog
6.12.0
Beta Feature: Second Page Passport Scanning
We've launched support for scanning and extracting data from the second page of passports for select countries - Slovenia, Ireland, and New Zealand.
When BlinkID detects one of these passports, a UI message will guide the user to the second page. By default, this feature is disabled but can be enabled via the scanPassportDataPageOnly
setting on the BlinkIdMultiSideRecognizer
.
If set to false
, it will be required to scan the second page of certain passports. This feature is in beta, and your feedback is appreciated.
USA Green Card - Enabled Data Match for the Document Number
field, matching values from the VIZ (Visual Inspection Zone) and MRZ to further enhance extraction reliability.
Personal ID number
field that were causing the data match feature to fail.Document Number
field.Changelog
6.11.2
Changelog
6.11.1
Changelog
6.11.0
eligibilityCategory
eligibilityCategory
placeOfBirth
(greek and latin)nationality
(arabic)dateOfExpiry
specificDocumentValidity
DependentDateOfBirth
, DependentSex
, DependentDocumentNumber
& DependentFullName
personalIdNumber
-> documentNumber
personalIdNumber
-> documentNumber
personalIdNumber
-> documentNumber
Place of Birth
in both Greek and Latin scripts.BlinkIdSingleSideRecognizer
and BlinkIdMultiSideRecognizer
:
manufacturingYear
, vehicleType
, eligibilityCategory
, specificDocumentValidity
, dependentsInfo
ClassInfo
enums:
BANGSAMORO
ASIC_CARD
, BIDOON_CARD
, INTERIM_HEALTH_INSURANCE_CARD
, NON_VOTER_ID
, RECIPROCAL_HEALTH_INSURANCE_CARD
, VEHICLE_REGISTRATION
FieldType
enum: ManufacturingYear
, VehicleType
, DependentDateOfBirth
, DependentSex
, DependentDocumentNumber
, DependentFullName
, EligibilityCategory
, SpecificDocumentValidity
Changelog
6.10.1
Changelog
6.10.0
imageExtractionFailures
to AdditionalProcessingInfo
- this allows clients to actively track if any ImageExtractionType
(FullDocument
, Face
, Signature
) is not visible on the presented document.barcodeStepUsed
, to both BlinkIdSingleSideRecognizer
and BlinkIdMultiSideRecognizer
. This member indicates whether the barcode scanning step was utilized during the process.BlinkIdSingleSideRecognizer
and BlinkIdMultiSideRecognizer
:
allowBarcodeScanOnly
- allows barcode recognition to proceed even if the initial extraction fails - set to false
by defaultcombineFrameResults
- enables the aggregation of data from multiple frames - set to true
by defaultChangelog
6.9.2
barcodeStepUsed
to BlinkIDSingleSideRecognizer
and BlinkIDMultiSideRecognizer
resultsChangelog
6.9.1
Changelog
6.9.0
Custom mandatory fields
Remarks
& ResidencePermitType
visaType
ClassAnonymizationSettings
type now uses classFilter
property of type ClassFilter
instead of country
, region
and type
properties
New result members: remarks
, residencePermitType
and visaType
added to BlinkIdMultiSideRecognizerResult
, BlinkIdSingleSideRecognizerResult
and VIZResult
New field types: Remarks
, ResidencePermitType
and VisaType
to FieldType
enum
Added new enum AlphabetType
Added new type DetailedFieldType
Added new type ClassFilter
Added new type CustomClassRules
Added new settings customClassRules
as an array of CustomClassRules
types for defining custom mandatory fields
Added new region: ALAGOAS
to Region
enum
Added new document types: AFGHAN_CITIZEN_CARD
, EID
, PASS
, SIS_ID
to DocumentType
enum
Changelog
6.8.0
documentSubtype
field allowing you to tailor workflows or processes based on document limitations.