@gridstorm/pdf-plugin-text
v0.1.2
Published
Text extraction and search plugin for GridStorm PDF
Readme
@gridstorm/pdf-plugin-text
PDF text extraction and full-text search.
Install
npm install @gridstorm/pdf-plugin-textUsage
import { TextPlugin } from '@gridstorm/pdf-plugin-text';
const pdf = createPDFEngine({ plugins: [TextPlugin()] });Features
- Full text extraction
- Search with highlighting
- Page and document-level search
- Regex support
Documentation
License
MIT
