0.2.2 • Published 11 years ago

pdfiijs v0.2.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

pdfiijs

Build Status

PDF inverted index generator for node.

Creates inverted index from PDF file. The text inverted index generator is based on textiijs.

Installation

via npm:

$ npm install pdfiijs

Usage

var pdfii = require('pdfiijs');
var pii = new pdfii('./sample.pdf', function(err, data) {
  if(err) {
    return console.log("Error: " + err);
  }
  console.log(data);
});
pii.get();

Tests

$ make test

Coverage report

$ make test-cov
0.2.2

11 years ago

0.2.0

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago