read_pdf_text 0.0.8
read_pdf_text: ^0.0.8 copied to clipboard
This is a plugin that parses string out of pdf documents. It uses apache PDFbox to parse the pdf document. There is only three functions so it is simple to use.
0.0.1 #
First version
0.0.2 #
Second version fixed platforms
0.0.3 #
Wrote README file Added license
0.0.4 #
Updated README
0.0.5 #
Updated README Commented code
0.0.6 #
Updated example (only opens pdf files now) Updated README
0.0.7 #
Updated README
0.0.8 #
Removed unused variables and comments. Added functionality for paginating the text from pdf document. Added functionality to fetch the length of the pdf document in pages. Updated example to represent these changes. Updated README and description