Comparing version 0.1.3 to 0.1.4
@@ -6,3 +6,4 @@ exports.PdfReader = require("./PdfReader"); | ||
exports.parseColumns = require("./lib/parseColumns.js"); | ||
exports.SequentialParser = require("./lib/SequentialParser.js"); // experimental | ||
exports.TableParser = require("./lib/TableParser.js"); | ||
exports.ColumnsParser = require("./lib/ColumnsParser.js"); |
{ | ||
"name": "pdfreader", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"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", |
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
50063
18
682