init method

This method explicitly loads the wasm source files, required for Web Capture. Use this method to perform initialization step separately from the capturing process. You can skip this step and start directly with capture method. In this case default source files will be loaded automatically right before capturing.

To use the Mobile Web Capture API you should define the license full path first. If you call the init method, specify the license path in options. You can also define a custom path to the wasm files if needed.

 Important! Please notice that the process of initialization may take some time. Therefore in cases when it is required to start capturing process immediately it is recommended to preliminarily call init method.

init: (pathOptions?: IWebCaptureInitOptions)
=> Promise<void>;

Parameters

options
[input] An object of an IWebCaptureInitOptions interface, providing access to settings, that can be defined on the process initialization. All the settings are optional.

03.04.2023 17:06:08

Usage of Cookies. In order to optimize the website functionality and improve your online experience ABBYY uses cookies. You agree to the usage of cookies when you continue using this site. Further details can be found in our Privacy Notice.