Python Accuwage format library
Find a file
Binh Nguyen 31ff97db8a Almost have things working. It seems like some of the record results
are overlapping. I'm assuming this is due to missing a continue
or something inside the ColumnCollector. I added a couple new IsNextRecord
exceptions in response to blank rows, but this may be causing more problems
than expected. Next step is probably to check the records returned, and verify
that nothing is being duplicated. Some of the duplicates may be filtered out
by the RecordBuilder class, or during the fields filtering in the pyaccuwage-pdfparse
script (see: fields).
2012-11-20 16:05:36 -06:00
docs initial checkin 2011-03-26 14:56:00 -05:00
pyaccuwage Almost have things working. It seems like some of the record results 2012-11-20 16:05:36 -06:00
scripts Almost have things working. It seems like some of the record results 2012-11-20 16:05:36 -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