configureDataCaptureProfile method of the IDataCaptureService interface
Creates a profile builder object, which allows you to configure the data capture service to recognize custom documents. The service should be created without a profile. If a predefined profile is specified when creating the service, later it will be completely replaced by the new custom profile when you call IDataCaptureProfileBuilder.checkAndApply.
IDataCaptureProfileBuilder configureDataCaptureProfile();
Return values
The method returns an object implementing the IDataCaptureProfileBuilder interface.
02.03.2022 12:59:15