Recognizing machine-readable forms
To recognize a filled questionnaire, answer sheet, ballot, or other OMR form, digitize it in one of the supported formats. For best results, we recommend using a scanner (a basic office scanner or multifunction copier will suffice). If you do not have a scanner, you can simply take a picture of the form with any modern smartphone and upload the photo to your computer.
Aspose.OMR Cloud recognizes a filled OMR form in 3 API calls:
- Get access token.
- Send the form’s image for recognition.
- Fetch recognition results.
Because Aspose.OMR Cloud is provided as a REST API, form recognition can be performed from any platform with Internet access.
Aspose also provides open-source SDKs for all popular programming languages, that wrap all routine recognition 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.