pdf-text-extract
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -1,2 +0,1 @@ | ||
var inspect = require('eyespect').inspector({maxLength: 9009090}); | ||
var spawn = require('child_process').spawn; | ||
@@ -3,0 +2,0 @@ module.exports = function (filePath, cb) { |
{ | ||
"name": "pdf-text-extract", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "# Extract text from pdfs that contain searchable pdf text", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -13,3 +13,2 @@ # PDF Text Extract | ||
```javascript | ||
var inspect = require('eyespect').inspector(); | ||
var filePath = path.join(__dirname, 'test/pdf') | ||
@@ -19,6 +18,6 @@ var extract = require('pdf-text-extract') | ||
if (err) { | ||
inspect(err, 'error extracting text from file') | ||
console.dir(err) | ||
return | ||
} | ||
inspect(pages, 'extracted pages') | ||
console.dir('extracted pages', pages) | ||
}) | ||
@@ -25,0 +24,0 @@ ``` |
@@ -1,2 +0,1 @@ | ||
var inspect = require('eyespect').inspector(); | ||
var assert = require('assert') | ||
@@ -3,0 +2,0 @@ var fs = require('fs') |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1
6552043
9
60
28