OMR Api cCurl

I am currently utilizing the Aspose OMR Cloud API for processing OMR sheets, and I came across the following page on your website: Scan Answer Sheet - OMR Apps - Aspose Products.

I would like to implement a similar process in my project, where I can upload a PNG image of an OMR sheet and receive the scanned results in JSON format, as demonstrated on this page. Could you kindly provide me with a cURL command that mimics this process? Specifically, I need:

  1. A cURL command to upload a PNG image of the OMR sheet.
  2. The process to receive the JSON response with the recognized OMR data.

I believe this will streamline the integration of your API into our system, and any additional guidance or examples you can provide would be greatly appreciated.

Thank you for your assistance, and I look forward to your response.

@varun0709
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): OMRCLOUD-244

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

Hello, @varun0709
Thank you for your patience!

At the current moment, all Aspose OMR products works only with templates generated by itself - see Template lifecycle.

Scan web application works only with templates generated by Create web application.
For creation of a more complex templates, there is a Designer web app, which can be recognized by a on-premise library

For a cUrl solution we have Aspose OMR Cloud.
There is a free 150 API calls per month.
In attachement I have prepared a sample.7z (450,9 КБ) of cUrl calls to generate and recognize templates.

Please note that:

  1. After signing up you can create a pair of client_secret and client_id.
    This is an authentication pair, which is used in “1-get-auth.bat”
    Result of this call is a Bearer Token that must be used in “auth.txt”.
  2. Images and .omr layout files are encoded using base64 algorithm.
  3. Provided sample is for Windows OS. UNIX will have different escape sequences and parameters layouts.

Hi!

I’m going through the same situation. I would like to see the attachment “sample.7z”. However, I’m getting:

“Sorry, this file is private. Only visible to topic owner and staff members.”

Could you send me too?

Hello, @hsgoetz
cUrl examples - sample.7z (450,9 КБ)

@hsgoetz I have sent you cUrl samples in private messages.

We also have a collection of SDKs for different languages: Aspose.OMR Cloud · GitHub
I will incorporate a proper cUrl SDK in the future there.

@hsgoetz @varun0709
We have a detailed documentation with cUrl examples.