Python Accuwage format library
Find a file
Binh Nguyen 1c7533973a Parsing all the way through the pdf appears to work. Next we need
to track the beginning/ending points for each record and append
continuation records onto the previous. There's some issue in
the pyaccuwage-pdfparse script causing it to have problems reading
the last record field in a record group. Maybe the record extractor
needs to dump the last failed ColumnCollector rather than return it
if it's determined to hold junk data?

The record builder seems to handle everything just fine.

Added a function to the field name parsing to replace ampersands
with an "and" string so as not to cause problems with variable names.
2012-11-13 15:53:41 -06:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage Parsing all the way through the pdf appears to work. Next we need 2012-11-13 15:53:41 -06:00
scripts Parsing all the way through the pdf appears to work. Next we need 2012-11-13 15:53:41 -06:00
.gitignore added the first 3 record definitions 2011-03-30 21:17:48 -05:00
setup.py fixed missing field, updated for 2012 2012-10-09 15:35:13 -05:00