database - how to parse a lot of PDFs -


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

then put it in DB.


Comments

Popular posts from this blog

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

iphone - Smoothing a rounded stroke in Core Graphics -

c++ - QtQuick: QQmlApplicationEngine failed to load component qrc:/main.qml:23 Invalid attached object assignment -