<?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: bowu feng</title>
    <description>The latest articles on DEV Community by bowu feng (@bowu_feng_15644049f818537).</description>
    <link>https://dev.to/bowu_feng_15644049f818537</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4031200%2Fb216fb8b-a214-4545-8aee-a5ae770491c8.png</url>
      <title>DEV Community: bowu feng</title>
      <link>https://dev.to/bowu_feng_15644049f818537</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bowu_feng_15644049f818537"/>
    <language>en</language>
    <item>
      <title>How I Built a Free Invoice OCR That Runs 100% in Your Browser (Open Source)</title>
      <dc:creator>bowu feng</dc:creator>
      <pubDate>Thu, 16 Jul 2026 02:10:39 +0000</pubDate>
      <link>https://dev.to/bowu_feng_15644049f818537/how-i-built-a-free-invoice-ocr-that-runs-100-in-your-browser-open-source-5hl4</link>
      <guid>https://dev.to/bowu_feng_15644049f818537/how-i-built-a-free-invoice-ocr-that-runs-100-in-your-browser-open-source-5hl4</guid>
      <description>&lt;p&gt;Every expense report tool I've tried either required uploading sensitive invoices to someone else's server or couldn't handle Chinese invoices properly. So I built a browser-native solution.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Ticket-Check-Bro&lt;/strong&gt; is an open-source, client-side invoice parser that extracts structured data from PDFs and images — all within the browser, no server upload.&lt;/p&gt;

&lt;h3&gt;
  
  
  What's New in v1.4.1
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Multi-page PDF&lt;/strong&gt;: reads ALL pages, not just the first 3&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Multi-format export&lt;/strong&gt;: Excel (.xlsx) / CSV / JSON — amount fields exported as raw numbers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Search &amp;amp; filter&lt;/strong&gt;: find files by name, invoice number, or amount&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Summary dashboard&lt;/strong&gt;: total amount + document type breakdown&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Confidence indicators&lt;/strong&gt;: per-field confidence scores, low-confidence fields highlighted&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Key Features
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;8 document types&lt;/strong&gt;: Chinese VAT invoices, train tickets, flight itineraries, taxi receipts, fixed-amount receipts, toll invoices, vehicle invoices, and English invoices&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dual engine&lt;/strong&gt;: PDF text extraction (pdfjs-dist) + image OCR (Tesseract.js WASM)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PDF merge&lt;/strong&gt; with per-page selection&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Batch rename&lt;/strong&gt; with template variables → ZIP download&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Drag-and-drop sort&lt;/strong&gt; for file ordering&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;i18n&lt;/strong&gt;: English &amp;amp; Chinese UI&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Dark mode&lt;/strong&gt; with system preference detection&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;PWA&lt;/strong&gt;: installable, works offline&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Keyboard shortcuts&lt;/strong&gt;: Ctrl+O / Delete / Ctrl+E&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Session persistence&lt;/strong&gt;: auto-save/restore via localStorage&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Tech Stack
&lt;/h3&gt;

&lt;p&gt;React 18 + Vite 5 + Zustand + pdfjs-dist + pdf-lib + Tesseract.js + SheetJS + JSZip&lt;/p&gt;

&lt;h3&gt;
  
  
  Links
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Live demo: &lt;a href="https://ticket-check-bro.vercel.app/" rel="noopener noreferrer"&gt;https://ticket-check-bro.vercel.app/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/bo-wu-feng-199/Ticket-Check-Bro" rel="noopener noreferrer"&gt;https://github.com/bo-wu-feng-199/Ticket-Check-Bro&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No signup. No install. Just open and drag your files in.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>react</category>
      <category>javascript</category>
      <category>ocr</category>
    </item>
  </channel>
</rss>
