is object with optional data which will be added to the ScanExchanger object
Get defined authorization header
Get defined recognizers
Check is all requirement for desktop-to-mobile feature are available
Register global success and/or error listener(s)
Scan file and get result from subscribed observable
Push file to SCAN queue, global listener(s) will handle the result
Push video frame to SCAN queue, global listener(s) will handle the result
Set authorization header value to authorize with https://api.microblink.com/recognize
Set endpoint for next SCAN(s) Default value is https://api.microblink.com/recognize Endpoint should be changed when backend proxy which is credentials keeper is using as proxy between Microblink SaaS API and frontend application which uses this library.
Change export images flag for next request
is flag which describes does API should return extracted images in next response
When Authorization is not set it is available to disable persiting of uploaded data, by default it is enabled this should be disabled for every page where GDPR is not implemented and this is ability to disable data persisting on some demo pages
is flag which describes should or should not API persist uploaded data, be default it is enabled
Set recognizers which will be used in next SCAN(s)
Set user identificator which will be stored with uploaded image
is any string which unique identifies user who use SDK and upload any image to API
Terminate all active requests (pending responses)
Notify all global listeners when error happens, HTTP response status code is not equal to 200 or base64 encode failed
Notify all global listeners when success scan is complete
Execute scan on Microblink API service
Generated using TypeDoc
Create object for exchange data for scan between devices