read-pdf2llm
Version:
High-performance PDF text extractor (with OCR fallback) for Node.js, optimized for LLM pipelines. Uses PDFium, Tesseract, and C++ addon.
1 lines • 54 B
JavaScript
module.exports = require('node-gyp-build')(__dirname);
High-performance PDF text extractor (with OCR fallback) for Node.js, optimized for LLM pipelines. Uses PDFium, Tesseract, and C++ addon.