Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marchof/formscanner
Fork of formscanner.org
https://github.com/marchof/formscanner
Last synced: 7 days 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-12T07:20:21.000Z (4 months ago)
- Last Synced: 2024-10-28T21:09:16.839Z (about 2 months ago)
- Language: Java
- Homepage:
- Size: 72.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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 packageThe distributable package will be at `./formscanner-distribution/target/formscanner--bin.zip`.