Commit graph

4 commits

Author SHA1 Message Date
b3aed20388 fixed rangetoken issue with single byte values 2012-07-10 15:41:47 -05:00
e8145c5616 adding new pdf extract capability 2012-07-10 15:24:13 -05:00
04b3c3f273 Added pyaccuwage-parse script.
We encountered a problem with the parser where a description contained
a range value and the parse thought it was the beginning of a new field
definition. We should be able to exclude the incorrect range values
by looking at our last good range, and if the range does not continue
the previous range, then it is probably incorrect and can be discarded.

These changes can probably be performed in the tokenize section of the
parser.
2012-06-02 15:16:13 -05:00
69da154e59 attempting to add a commandline script 2012-06-02 14:18:48 -05:00