https://github.com/marchof/formscanner
Fork of formscanner.org
https://github.com/marchof/formscanner
Last synced: about 1 year ago
JSON representation
Fork of formscanner.org
- Host: GitHub
- URL: https://github.com/marchof/formscanner
- Owner: marchof
- License: gpl-3.0
- Created: 2024-07-26T11:10:48.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-29T20:24:48.000Z (about 1 year ago)
- Last Synced: 2025-06-29T20:37:30.271Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 72.6 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FormScanner
This is a [fork](FORK.md) of the [FormScanner](https://formscanner.org/) project at [SourceForge](https://sourceforge.net/projects/formscanner/). The master branch in this repository is based on the latest [1.1.4](https://github.com/marchof/formscanner/releases/tag/1.1.4) release.
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.
## Build requirements
* [Git client](https://git-scm.com/)
* [Java 8](https://javaalmanac.io/jdk/8/)
* [Maven 3](https://maven.apache.org/)
## Compiling the Software
For local compilation ensure you fulfill the build requirements and run:
$ git clone https://github.com/marchof/formscanner.git
$ cd formscanner
$ mvn clean package
The distributable package will be at `./formscanner-distribution/target/formscanner--bin.zip`.