2.0.4 • Published 4 years ago

pdf-text2 v2.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

pdf-text2

Refactor of pdf-text.

Extracts text from a PDF and returns an array of pages that each contains an array of text lines extracted from that page.

install

$ yarn add pdf-text2

use

const PDFText = require('pdf-text2');

var pathToPdf = __dirname + "/info.pdf"

const pdfText = new PDFText(pathToPdf);

const pages = pdfText.parse();
2.0.3

4 years ago

2.0.4

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago