Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pdfreader

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pdfreader - npm Package Compare versions

Comparing version 0.0.8 to 0.1.1

2

package.json
{
"name": "pdfreader",
"version": "0.0.8",
"version": "0.1.1",
"description": "Utility for simplifying the development of scripted / rule-based parsing of PDF files, including tabular data (tables, with automatic column detection).",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -10,4 +10,10 @@ var LOG = require("./lib/LOG.js").toggle(false);

callback();
else if (item.file)
console.log("file =", item.file.path);
else if (item.page)
console.log("page =", item.page);
else if (item.x)
console.log([item.x, item.y, item.oc, item.A, Math.floor(item.w), item.text].join("\t"));
else
console.log(item);
console.warn(item);
});

@@ -21,3 +27,3 @@ }

else {
console.warn("printing raw items from file:", filename);
console.warn("printing raw items from file:", filename, "...");
printRawItems(filename, function(){

@@ -24,0 +30,0 @@ console.warn("done.");

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc