@parseo/background-checks
v1.0.6
Published
Deterministic PDF parser for LexisNexis SmartLinx person reports.
Readme
@parseo/background-checks
Deterministic PDF parser for LexisNexis SmartLinx person reports.
Installation
npm install @parseo/background-checksUsage
import { smartlinx } from "@parseo/background-checks";
const report = await smartlinx(buffer); // SmartLinxReportThe parser extracts person summaries, addresses, associates, licenses, property records, and court/legal records.
Data conventions
- Dates: ISO 8601 strings (
"2024-08-31") ornull - Currency: Plain numbers (
54961.89, not"$54,961.89") - Bounding boxes:
{ x, y, width, height, pageNumber }on every extracted field
License
MIT
