I would like to convert a stack of financial documents, identically formated, into a CSV file.

Here is an example:

Example

I have a program to do the OCR (optical character recognition) so that is not the major concern. What I need help with is parsing the PDF document into a CSV.

Any ideas?

link|improve this question

60% accept rate
feedback

1 Answer

What PDF tools do you have? Adobe Acrobat will convert the OCR'd file or section of file to .txt or excel which is easy to convert to a .cvs file.

link|improve this answer
+1 Thank you for the attempted solution. Can the solution be used for 100+ pages or is this a manual solution? – D W Apr 24 '11 at 5:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.