Plenti Precheck provides a unified, stateful API for sophisticated date and date-range detection in Australian financial documents
This demo requires a local HTTP server due to browser security restrictions:
file:// URLsfile:// URLsnpm run build
This creates bundle/bundle.js and bundle/pdf-worker.js
# Option 1: Using npx serve (recommended)
npx serve . --port 3000
# Option 2: Using Python
python3 -m http.server 3000
# Option 3: Using Node.js http-server
npx http-server . -p 3000
http://localhost:3000/examples/browser/index.html
plenti-precheck/
├── bundle/ # Generated build files
│ ├── bundle.js # Main library bundle (ESM)
│ └── pdf-worker.js # Web Worker for PDF processing
├── examples/browser/ # Browser demo
│ ├── index.html # This demo page
│ ├── main.js # Demo logic and UI
│ └── style.css # Demo styling
└── src/ # Source TypeScript files
├── index.ts # Main library entry
├── pdf-worker.ts # Worker implementation
└── ... # Other library modules
bundle/ directory at the
project root.
npm run build to generate bundle filesfile:// URLsbundle/ directory exists with bundle.js and
pdf-worker.js
file://)# Clean build artifacts
npm run clean
# Build only TypeScript (no bundles)
npm run build:dist
# Build only browser bundle
npm run build:bundle
# Build only worker bundle
npm run build:worker
# Build everything
npm run build
# Build and serve (shortcut)
npm run serve
Plenti Checker Library is designed for Australian financial document analysis, specializing in:
Version: 0.0.1 | Author: Plenti Experience Team | License: Private