EngineSettings interface
Additional settings for ABBYY Mobile Capture SDK engine. They apply to all processing scenarios.
public interface EngineSettings
Methods
Name | Description |
---|---|
getExternalAssetsPath | Returns the path to the custom directory with the necessary resources. |
setExternalAssetsPath |
Sets the path to the custom directory with the necessary resources. By default, patterns and dictionaries which ABBYY Mobile Capture SDK needs are located in the assets folder. This setting allows you to store the resource files in another location, so that your application folder takes up less memory. The subfolder structure should be maintained. Important! The license file should still be placed in assets. |
3/2/2022 12:59:15 PM