I downloaded the Aspose.OMR with NuGet and testing it.
How do I generate a template?
Because I couldn’t find the way, so I tried to use a test template AsposeTest.omr of Aspose.OMR Cloud:
OmrEngine engine = new OmrEngine();
TemplateProcessor processor = engine.GetTemplateProcessor("AsposeTest.omr");
but the following error was displayed:
System.Exception: 'Invalid amount of template ref points, expected 4 but found : 0'