Resources
Contents
[
Hide
]Resources class
Manage downloadable resources that enhance Aspose.OCR recognition capabilities.
The Resources type exposes the following members:
Constructors
| Name | Description |
|---|---|
| Resources() | Initializes a new instance of the Resources class |
Methods
| Name | Description |
|---|---|
| set_local_path(path) | Specify an absolute or relative path to the directory where the resources will be downloaded. If the directory does not exist, it will be created automatically. By default, the resources are downloaded to aspose_data directory in the application’s working directory. |
| set_local_path(path, create) | Specify an absolute or relative path to the directory where the resources will be downloaded. Pass false to the create parameter to prevent the directory from being created automatically.If the provided directory does not exist and creation is not allowed, the resources will be loaded into the aspose_data directory in the application’s working directory. |
| set_repository(url) | Specify the URL of the online repository from which Aspose.OCR resources will be downloaded. By default, the resources are downloaded from https://github.com/aspose-ocr/resources/. |
| get_repository() | Return the URL of the online repository from which Aspose.OCR resources are downloaded. |
| list_remote() | List all compatible resources from the online repository. |
| get_local_path() | Return the full path to the directory where the resources will be downloaded. |
| list_local() | List all Aspose.OCR resources stored in the local directory. |
| allow_automatic_downloads(allow) | Allow (true) or block (false) automatic downloading of required resources from the online repository. By default, a resource is automatically downloaded when a method that depends on it is called. |
| fetch_resources(names) | Download the resources specified in the names parameter from the online repository. If one or more resources are already downloaded, they will be overwritten.You can omit the .OCR extension and use file names only. |
| fetch_resource(name) | Download the resources specified in the names parameter from the online repository. If one or more resources are already downloaded, they will be overwritten.You can omit the .OCR extension and use file names only. |
| fetch_all() | Download all compatible resources from the online repository. The existing resource files will be overwritten. |
| remove_local(name) | Removes the locally stored Aspose.OCR resource. |
| release_memory() |
See Also
- namespace aspose.ocr
- assembly Aspose.ocr