Skip to content
JevDirectory.org
OfficialCookbooks & DemosVerified 2026-09-20

Cookbook: Pre-Parsed Value Extraction

Regex finds candidate emails, phone numbers, and amounts; Jev picks the requested span so code copies a verbatim value that cannot be invented, with no free-text extraction required.

Category
Cookbooks & Demos
Published by
TypeSafe AI
Author
Added
2026-09-20
Tagsofficialcookbookextractionconfidencenormalization

Highlights

  • Jev only chooses among regex-found spans, so the returned value is copied verbatim and cannot be invented.
  • A receipt email was picked at 0.98, a cell number normalized to +14155550177, and an invoice total read as $1,315.50.
  • Amounts parse to Decimal in code, while a $50.00 courtesy credit was flagged at P(credit) 0.99.
  • find() over-finds and dedupes while pick() offers the spans as options plus a none hatch.

Watch out

Choice caps at 255 options, and candidates without a regex, such as names, must come from a roster, NER, or an LLM.

More like this

A two-stage extraction cascade: a mini model extracts, a Noul battery verifies each field in one request, and a 0.7 gate escalates to a reasoning model, sitting on the cost/quality frontier.
Cookbooks & Demos#official#cookbook#extraction
Official
Extract dates by asking seven Choice questions about a date's shape and parts, then resolving them in code: five of six examples auto-accepted and missing dates flagged at 0.46 confidence.
Cookbooks & Demos#official#cookbook#extraction
Official
Turn wine tasting notes into 67 numeric columns for a CatBoost regressor: five rounds of reading its own errors cut held-out RMSE from 3.09 to 1.77 across 800 unseen reviews.
Cookbooks & Demos#official#cookbook#research
Official
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Classifying rows in DuckDB

The launch post