@microblink/blinkid-in-browser-sdk
Advanced tools
Changelog
5.14.2
part::
selector by exposing all nested web components.Changelog
5.14.1
part::
selector to provide more flexibility when customizing built-in UI. #35Changelog
5.14.0
document_additional_number
for Australian Driving Licenses, regions New South Wales, Northern Territory, Queensland, Victoria and Western AustraliafathersName
and mothersName
both in BlinkID and BlinkIDCombined Recognizers, as well as in VIZ resultaztec
and dataMatrix
barcode formatsMRTD_TYPE_BORDER_CROSSING_CARD
type to MRTD enumVideoRecognizer.changeCameraDevice
method that can be used to change the active camera device during the scanning sessionChangelog
5.13.0
We’ve added 61 new documents:
ClassInfo
structureFieldIdentificationFailed
processing status is used to indicate if unexpected fields are present on the document. Those fields are then deleted from the resultClassInfo
isn’t already prepopulated in some other way and when you’re not in FullRecognition
modeadvanced
and advanced-threads
binaries are using SIMD. In case that the browser doesn't support this feature, basic
binary will be used.Changelog
5.12.0
We've added 15 new documents:
maxAllowedMismatchesPerField
to settings. When this is set to a non-zero value, DataMatch will pass as long as the number of mismatched characters doesn't exceed the specified value.State
is Uncertain
. Keep in mind that returned images, in this case, might be blurry or low quality.
FullRecognitionMode
for scanning unsupported Passports, we are now taking ClassInfo
from MRZname_additional_info
, for these documents:
full_name
, first_name
and last_name
for these documents:
WasmSDK.delete()
was added for this purpose and is available on every instance of the SDK.VideoRecognizer
class.
Changelog
5.11.4
Changelog
5.11.3
recognizerOptions
to work incorrectly on still imagesChangelog
5.11.2
detectWasmType()
returns the best possible WebAssembly bundle based on the features a browser supports.wasmFolder( WasmType )
returns the name of the resources subfolder of the provided WebAssembly bundle type.WasmLoadUtils.ts
file.showCameraFeedbackBarcodeMessage
property to display a custom message.translations
property to translate a custom message.Scan or choose from gallery
) and action buttons (Device camera
and From gallery
) are now responsive on Safari.Changelog
5.11.1
rollup.config.js
which resulted in unusable UMD development bundleChangelog
5.11.0
recognizerOptions
property.anonymization
from the UI component since it can now be defined with the new recognizerOptions
propertyWe’ve added 98 new documents:
BarcodeId
as a RecognitionMode
lets you scan US driver licenses and IDs that BlinkID can’t read from the Visual Inspection Zone (VIZ) alone. Use it to extract:
RecognitionMode
by setting enableBarcodeId
to false
in the RecognitionModeFilter
.Basic
Same as the existing WebAssembly build, most compatible, but least performant.Advanced
WebAssembly build that provides better performance but requires a browser with advanced features.AdvancedWithThreads
Most performant WebAssembly build which requires a proper setup of COOP and COEP headers on the server-side.