views:

67

answers:

1

I have a ton of PDFs I want to be able to parse sentence-by-sentence. Is there a tool for MySQL (or some other database system) for converting PDFs into mysql, and then reading out sentences one at a time? Is there some other tool to do this? I imagined loading all the pdfs into a DB and then reading would be the fastest way but I don't really know...

+3  A: 

try pdftotext. Then insert it into DB.

bhups