https://github.com/aryan-programmer/formscanner
FormScanner is an OMR (Optical Mark Recognition) software that automatically marks multiple-choice papers.
https://github.com/aryan-programmer/formscanner
Last synced: about 2 months ago
JSON representation
FormScanner is an OMR (Optical Mark Recognition) software that automatically marks multiple-choice papers.
- Host: GitHub
- URL: https://github.com/aryan-programmer/formscanner
- Owner: aryan-programmer
- Created: 2022-05-23T13:45:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-23T13:14:09.000Z (over 3 years ago)
- Last Synced: 2025-03-06T18:49:56.395Z (over 1 year ago)
- Language: Java
- Size: 7.33 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
FormScanner
===
### Fork of https://sourceforge.net/p/formscanner/code/ci/1.1.4/tree/
FormScanner is an OMR (Optical Mark Recognition) software that automatically marks multiple-choice papers.
FormScanner not bind you to use a default template of the form, but gives you the ability to use a custom template created from a simple scan of a blank form.
The modules can be scanned as images with a simple scanner and processed with FormScanner software.
All the collected information can be easily exported to a spreadsheet.
---
# Modifications
The "Start all images scan" button saves the images, with the response points marked as red circles, in a folder relative to the images as "parsed_images_*timestamp*".
Build requirements
===
* Java 9
* Maven
* Git
---
Compiling the software
===
Clone the project
```
mvn clean install
```