<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dave</title>
    <description>The latest articles on DEV Community by Dave (@dave8172).</description>
    <link>https://dev.to/dave8172</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3987397%2F0f6b44d9-ee2f-48bc-95b1-d9433ded1ffd.png</url>
      <title>DEV Community: Dave</title>
      <link>https://dev.to/dave8172</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dave8172"/>
    <language>en</language>
    <item>
      <title>doceval — eval harness for LLM document extraction pipelines</title>
      <dc:creator>Dave</dc:creator>
      <pubDate>Tue, 16 Jun 2026 12:29:37 +0000</pubDate>
      <link>https://dev.to/dave8172/show-hn-doceval-eval-harness-for-llm-document-extraction-pipelines-3gd7</link>
      <guid>https://dev.to/dave8172/show-hn-doceval-eval-harness-for-llm-document-extraction-pipelines-3gd7</guid>
      <description>&lt;p&gt;I kept seeing the same gap: people ship LLM-based document extractors (invoices, receipts, forms) with no systematic way to know how accurate they actually are. So I built doceval — point it at your extractor function + a labeled dataset and get back field-level accuracy, a failure taxonomy (missed_field / hallucination / wrong_format / wrong_value), and optional per-document cost tracking.&lt;/p&gt;

&lt;p&gt;Works with any extractor (Claude, GPT, regex, rules) and any document schema. One JSON label file per document, one Python function, one CLI command.&lt;/p&gt;

&lt;p&gt;Includes a working 20-document invoice example with a Claude Haiku extractor so you can run it immediately.&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/dave8172/doceval" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>development</category>
      <category>python</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
