mork 0.11.1 → 0.11.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/lib/mork/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9d0ebacb869817da04d196475aa4d6f10d77c12b
|
4
|
+
data.tar.gz: dae81bb4231fa70a5dcd82d1197ab6de28ca5fa9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7d89b369b98ad6691e0e731391e75e03370c4dd181fdbef7f2e16ffc6c8994654b4388ea98b4e180deeef206c2a552def7690e54fb4e00db1c3411b3b38aa756
|
7
|
+
data.tar.gz: 7cee35519e306d92b2e320d9cbada5d529089992842b3d17b0cfa41399211cdd5f19a7f78fbf1af9bfe991f5ffbb0898d37134eb2d85aa887ef1dfae012e435a
|
data/README.md
CHANGED
@@ -2,8 +2,8 @@
|
|
2
2
|
|
3
3
|
A ruby [optical mark recognition](http://en.wikipedia.org/wiki/Optical_mark_recognition) (OMR) library aimed at accomplishing two tasks in the context of paper-based, multiple-choice tests and surveys:
|
4
4
|
|
5
|
-
1. generating [response sheets](/spec/samples/
|
6
|
-
2. detecting the responses provided on the [printed sheet](/spec/samples/
|
5
|
+
1. generating [response sheets](https://github.com/giuseb/mork/blob/master/spec/samples/standard.png) in PDF format
|
6
|
+
2. detecting the responses provided on the [printed sheet](https://github.com/giuseb/mork/blob/master/spec/samples/jdoe/JohnDoe1.jpeg) by a human with a pen or a pencil.
|
7
7
|
|
8
8
|
## Roadmap
|
9
9
|
|
data/lib/mork/version.rb
CHANGED