<?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: Loveocr </title>
    <description>The latest articles on DEV Community by Loveocr  (@loveocr).</description>
    <link>https://dev.to/loveocr</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4079487%2Ff5a459bf-e12f-47b4-bf7c-6abbd5dd7f00.webp</url>
      <title>DEV Community: Loveocr </title>
      <link>https://dev.to/loveocr</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/loveocr"/>
    <language>en</language>
    <item>
      <title>Screenshots Are an Awkward Data Format</title>
      <dc:creator>Loveocr </dc:creator>
      <pubDate>Mon, 31 Aug 2026 10:33:50 +0000</pubDate>
      <link>https://dev.to/loveocr/screenshots-are-an-awkward-data-format-1n35</link>
      <guid>https://dev.to/loveocr/screenshots-are-an-awkward-data-format-1n35</guid>
      <description>&lt;p&gt;Screenshots are fantastic for communication.&lt;br&gt;
They're not great for automation.&lt;br&gt;
A developer can understand a screenshot immediately, but a script can't simply treat it like JSON or CSV.&lt;br&gt;
OCR and document understanding provide a bridge.&lt;a href="https://loveocr.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>productivity</category>
      <category>python</category>
    </item>
    <item>
      <title>Screenshots Are an Awkward Data Format</title>
      <dc:creator>Loveocr </dc:creator>
      <pubDate>Mon, 24 Aug 2026 09:47:07 +0000</pubDate>
      <link>https://dev.to/loveocr/screenshots-are-an-awkward-data-format-55a6</link>
      <guid>https://dev.to/loveocr/screenshots-are-an-awkward-data-format-55a6</guid>
      <description>&lt;p&gt;Screenshots are fantastic for communication.&lt;br&gt;
They're not great for automation.&lt;br&gt;
A developer can understand a screenshot immediately, but a script can't simply treat it like JSON or CSV.&lt;br&gt;
OCR and document understanding provide a bridge.&lt;br&gt;
The workflow becomes:&lt;br&gt;
That's why I think OCR belongs in developer tooling conversations more often.&lt;br&gt;
It's not only about documents.&lt;br&gt;
It's also about data that happens to arrive visually.&lt;/p&gt;

</description>
      <category>web</category>
      <category>productivity</category>
      <category>ocr</category>
      <category>python</category>
    </item>
    <item>
      <title>Diagram Mermaid</title>
      <dc:creator>Loveocr </dc:creator>
      <pubDate>Sat, 22 Aug 2026 07:25:57 +0000</pubDate>
      <link>https://dev.to/loveocr/diagram-mermaid-fap</link>
      <guid>https://dev.to/loveocr/diagram-mermaid-fap</guid>
      <description>&lt;p&gt;Mermaid is great for documentation because diagrams can live alongside code.&lt;br&gt;
But manually recreating an existing flowchart in Mermaid can be tedious.&lt;br&gt;
That's an interesting use case for image understanding.&lt;br&gt;
If a flowchart already exists as an image, a conversion tool can potentially help turn the visual structure into Mermaid syntax.&lt;br&gt;
It doesn't remove the need to check the result.&lt;a href="https://loveocr.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ocr</category>
      <category>diagram</category>
      <category>ai</category>
      <category>mermaid</category>
    </item>
    <item>
      <title>Image SQL</title>
      <dc:creator>Loveocr </dc:creator>
      <pubDate>Fri, 21 Aug 2026 07:08:44 +0000</pubDate>
      <link>https://dev.to/loveocr/image-sql-38po</link>
      <guid>https://dev.to/loveocr/image-sql-38po</guid>
      <description>&lt;p&gt;An SQL statement is structured.&lt;br&gt;
A screenshot of a database table isn't.&lt;br&gt;
Yet developers constantly encounter database information in screenshots, diagrams and documents.&lt;br&gt;
The interesting question is whether visual information can be converted into something closer to the format developers actually need.&lt;br&gt;
LoveOCR has tools around table-to-SQL and ERD-to-SQL workflows.&lt;br&gt;
I think this is a good example of where OCR and developer tooling start overlapping.&lt;br&gt;
The image is simply the input.&lt;br&gt;
The useful output is executable or structured data.&lt;a href="https://loveocr.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>ocr</category>
      <category>loveocr</category>
    </item>
    <item>
      <title>Why Table Extraction Is Harder Than Text Extraction Recognizing “Product” and “Price” is relatively straightforward.</title>
      <dc:creator>Loveocr </dc:creator>
      <pubDate>Thu, 20 Aug 2026 02:49:17 +0000</pubDate>
      <link>https://dev.to/loveocr/why-table-extraction-is-harder-than-text-extraction-recognizing-product-and-price-is-relatively-1a07</link>
      <guid>https://dev.to/loveocr/why-table-extraction-is-harder-than-text-extraction-recognizing-product-and-price-is-relatively-1a07</guid>
      <description>&lt;p&gt;&lt;a href="https://loveocr.com/" rel="noopener noreferrer"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>ocr</category>
      <category>loveocr</category>
    </item>
    <item>
      <title>A screenshot isn't structured data. JSON is. That simple difference creates an interesting OCR use case.</title>
      <dc:creator>Loveocr </dc:creator>
      <pubDate>Wed, 19 Aug 2026 08:05:57 +0000</pubDate>
      <link>https://dev.to/loveocr/a-screenshot-isnt-structured-data-json-is-that-simple-difference-creates-an-interesting-ocr-use-51cb</link>
      <guid>https://dev.to/loveocr/a-screenshot-isnt-structured-data-json-is-that-simple-difference-creates-an-interesting-ocr-use-51cb</guid>
      <description></description>
      <category>ocr</category>
      <category>loveocr</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
