Generating machine-readable forms

Contents
[ ]

Aspose.OMR Cloud generates a printable OMR form in 3 API calls:

  1. Get access token.
  2. Send the form’s source code for rendering.
  3. Fetch a printable form and a recognition pattern file.

Because Aspose.OMR Cloud is provided as a REST API, form generation can be performed from any platform with Internet access.

Aspose also provides open-source SDKs for all popular programming languages, that wrap all routine rendering operations into a few native methods. It makes interaction with Aspose.OMR Cloud services much easier, allowing you to focus on the task at hand rather than technical details.