CreateDataCaptureCoreAPI method
Creates an object, providing access to the methods and settings for data capture scenario. This method receives profile name as an input parameter. The profile defines a data schema, describing document fields. The profile schema is applied during the capture process.
Note: The functionality is currently supported for business cards recognition only.
IDataCaptureCoreAPI CreateDataCaptureCoreAPI(string profile);
Parameters
- profile
- Profile name, defining a data schema to be applied. Currently only 'BusinessCards' value is available.
The method returns an instance of the IDataCaptureCoreAPI object.
02.03.2022 12:59:15