Jay Taylor's notes
back to listing indexoliversauter/pdf2text4extensions
[web search]
Original source (github.com)
Clipped on: 2018-08-12
-
Fork
/pdf2text4extensions
Extract all text from PDF, works for extensions, pure Javascript
JavaScript
2 years ago
|
|||
2 years ago
|
|||
2 years ago
|
|||
2 years ago
|
|||
2 years ago
|
README.md
pdf2text4extensions
Simple textextractor for pdfs
Workflow:
-
Opens URL for pdf with XMLHTTP Request
openPDF()
-
Extracts all the text from each page:
getContentPDF()
. You can ditch the first step and just give it a blob file.
Background
This library is part of the WorldBrain Project. We build a search engine that allows you to full-text search through your browsing history, bookmarks, Evernote, Pocket, Google Drive etc.
Acknowledgements:
This library is made possible with the help of the PDF.js libary
Press h to open a hovercard with more details.