SetRepository

Resources.SetRepository method

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/.

public static void SetRepository(string url)
ParameterTypeDescription
urlStringURL of the online repository.

See Also