How to deploy ABBYY Mobile Web Capture

To use the WebCapture module in your project, do the following:

1. Copy the libs folder from the distribution to your project.

2. Add the copied capture libraries to your HTML:

  • Link the metatag inside the HEAD tag

<meta name="viewport" content="width=device-width, initial-scale=1.0"/>

  • Link the css inside the HEAD tag

<link href="libs/css/web-capture.css" rel="stylesheet">

  • Include the web-capture.js script.

<script src="libs/js/web-capture.js"></script>

3. Place the license file to the js folder.

 Note: The file path to the license file is set in the licenseFilePath property of the init or capture methods. Please make sure, that it is specified correctly.

If everything is done correctly, two methods will be available in your project for launching ABBYY Mobile Web Capture:

ABBYY.WebCapture.init(options)
ABBYY.WebCapture.capture(options)

 Note: options parameter is optional. See API Reference section for details.

4. If necessary, copy the server folder from the distribution and run it by typing in terminal/CMD/PowerShell npm start.

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.