UNPKG

afpp

Version:

another f*cking pdf parser

10 lines 661 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.pdf2string = exports.pdf2image = exports.parsePdf = void 0; var parsePdf_1 = require("./parsePdf"); Object.defineProperty(exports, "parsePdf", { enumerable: true, get: function () { return parsePdf_1.parsePdf; } }); var pdf2image_1 = require("./pdf2image"); Object.defineProperty(exports, "pdf2image", { enumerable: true, get: function () { return pdf2image_1.pdf2image; } }); var pdf2string_1 = require("./pdf2string"); Object.defineProperty(exports, "pdf2string", { enumerable: true, get: function () { return pdf2string_1.pdf2string; } }); //# sourceMappingURL=index.js.map