Optional backgroundOptional containerOptional containerThe container HTML element id of Scanbot Web SDK camera. Required when 'container' property is left undefined when calling any ScanbotSDK createScanner function If both are provided, 'container' property takes precedence.
Optional finderOptional mirroredOptional onCallback is called for every analyzed frame.
Optional onError callback of the SDK. If any error was reported, your scanner might not be scanning anymore, e.g. due to an out-of-memory error.
Optional preferredCamera id or camera label. A list of available cameras can be obtained from ScanbotSDK.cameras.
Optional scannerOptional configurations?: ({ List of configuration elements for the document data extractor.
[new DocumentDataExtractorCommonConfiguration({})];
Optional documentLevel of trust in the authenticity of the extracted document.
"TRUSTED";
Optional fieldNormalized names of the fields to exclude from the result.
[];
Optional processingScanners typically can produce better results from a single image if they are allowed to spend a longer time analyzing it.
On the other hand, scanners can produce even better results if they can analyze multiple images of the same subject and cross-check and combine the results. The processing mode tells the scanner whether to optimize for single or multiple images of a subject.
"AUTO";
Optional resultConfiguration for how to accumulate results.
new ResultAccumulationConfiguration({});
Optional returnIf true, crops of the detected documents and fields will be returned in the result.
false;
Optional spinnerOptional userOptional background?: { strokeColor?: string; fillColor?: string; strokeWidth?: number; }The background style used for the user guidance.
new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "?sbColorSurfaceLow"
});
Optional title?: { visible?: boolean; text?: string; color?: string; useShadow?: boolean; }The title of the user guidance.
new StyledText({
"color": "?sbColorOnPrimary"
});
Optional visible?: booleanDetermines whether the user guidance is visible or not.
true;
Optional videoScanbotCameraView video constraints
Optional zoomDigital zoom level of the video stream. Defaults to 1.0. Please note that this is not the same as the optical zoom of the camera.
Static DEFAULT_Static DEFAULT_Static DEFAULT_Static DEFAULT_Static DEFAULT_Static fromOptional backgroundOptional container?: { accessKey?: string; readonly accessKeyLabel?: string; autocapitalize?: string; dir?: string; draggable?: boolean; hidden?: boolean; inert?: boolean; innerText?: string; lang?: string; readonly offsetHeight?: number; ... 288 more ...; focus?: (options?: FocusOptions) => void; }The container HTML element of Scanbot Web SDK camera. Required when 'containerId' property is left undefined when calling any ScanbotSDK createScanner function. If both are provided, 'container' property takes precedence.
Optional containerThe container HTML element id of Scanbot Web SDK camera. Required when 'container' property is left undefined when calling any ScanbotSDK createScanner function If both are provided, 'container' property takes precedence.
Optional finder?: { Optional mirrored?: booleanOptional onCallback is called for every analyzed frame.
Optional onError callback of the SDK. If any error was reported, your scanner might not be scanning anymore, e.g. due to an out-of-memory error.
Optional preferredCamera id or camera label. A list of available cameras can be obtained from ScanbotSDK.cameras.
Optional scannerOptional spinnerOptional userOptional videoScanbotCameraView video constraints
Optional zoom?: numberDigital zoom level of the video stream. Defaults to 1.0. Please note that this is not the same as the optical zoom of the camera.
Static mapStatic mapStatic mapGenerated using TypeDoc
The container HTML element of Scanbot Web SDK camera. Required when 'containerId' property is left undefined when calling any ScanbotSDK createScanner function. If both are provided, 'container' property takes precedence.