From db06385bce2647a7c7f46a43f0f0d75f2a0e7a73 Mon Sep 17 00:00:00 2001 From: Philipp Schrader Date: Tue, 4 Jun 2013 22:08:03 -0700 Subject: [PATCH] Adding a README. --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a3682ea --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +robot-scantron +============== + +Helpers for generating, scanning, and parsing scantron PDFs. + +The code is tailored for FRC scouting. It can be adapted for other things, but +at the moment there are some hard-coded things + +Intent +------ + +This project is intended to replace Spartonic's current scantron generation +and scanning programs. We are aiming to satisfy the following goals: + + * Unified application/library to generate and parse the scantrons + * Cross-platform code so that anyone can run this for competitions + * Easy hooks to do further things with the parsed scantrons + +For Spartonics, this data will be used to make more informed decisions during +matches and alliance selections. + +Status +------ + +Unfortunately, this project is still in its infancy. The majority of things +are not yet working. The intent is to finish this for the 2014 FRC season.