Comparing version 0.2.6 to 0.2.7
@@ -106,3 +106,6 @@ var nodeUtil = require("util"), | ||
if (field.fieldType === 'Cb' || field.fieldType === 'Btn') { //checkbox and link button | ||
if (field.fieldType === 'Tx') { | ||
rect[1] += 3; | ||
} | ||
else if (field.fieldType !== 'Ch') { //checkbox, radio button and link button | ||
rect[1] -= 3; | ||
@@ -109,0 +112,0 @@ } |
{ | ||
"name": "pdf2json", | ||
"_id": "pdf2json@0.2.6", | ||
"version": "0.2.6", | ||
"_id": "pdf2json@0.2.7", | ||
"version": "0.2.7", | ||
"description": "A PDF file parser that converts PDF binaries to text based JSON, powered by porting a fork of PDF.JS to Node.js", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
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
3251627
35632