Free Support Forum - aspose.com
LoadTemplate File Path
Aspose.OCR Product Family
coolkrish
January 10, 2015, 6:21am
1
Hi
Can the file path in the Load Template call be a http url (absolute/relative) or does it need to be only on a local path?
OMRTemplate.Load(filepath)
Thanks
Krish
babar.raza
January 11, 2015, 10:45pm
2
Hi Krish,
Thank you for contacting Aspose support.
OmrTemplate.load
method can load the template files from local disc only. URI formatted paths are not supported by this method therefore you can not use it to fetch the templates from remote locations.