Can Aspose.OMR scan OMR sheet in bulk and get result in single cvs file

We are using Aspose.OMR product for scanning student result omr sheet, currently its giving individual omr sheet’s cvs file. We want scanner result of bulk of omr sheet into single .cvs file in attached format.

e.g.
Input OMR Sheet array :
String[] UserImages = new String[] {“Scanner.jpg”,“AvinashOMR.jpeg” };
Current Out put against each sheet: [{“Scanner.csv”,“AvinashOMR.csv” ]

Expected out put in single .csv file as per enclosed format.

Expected .cvs out put in zip : ExpectedOutPut.zip (235 Bytes)

Guide us to achieve this.

@nitinchopkar

Sadly, there is no functionality yet in Java API. For .NET, there is an API call to recognize multiple scans from one template.