<?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: Diego Viteri</title>
    <description>The latest articles on DEV Community by Diego Viteri (@dbviteri).</description>
    <link>https://dev.to/dbviteri</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%2F3554078%2Fc2469800-28af-4022-ba43-fb05dcd596bc.png</url>
      <title>DEV Community: Diego Viteri</title>
      <link>https://dev.to/dbviteri</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dbviteri"/>
    <language>en</language>
    <item>
      <title>I am building a document api suite that gives you coordinates for every answer</title>
      <dc:creator>Diego Viteri</dc:creator>
      <pubDate>Wed, 08 Oct 2025 14:50:40 +0000</pubDate>
      <link>https://dev.to/dbviteri/i-am-building-a-document-api-suite-that-gives-you-coordinates-for-every-answer-2n7f</link>
      <guid>https://dev.to/dbviteri/i-am-building-a-document-api-suite-that-gives-you-coordinates-for-every-answer-2n7f</guid>
      <description>&lt;p&gt;Hi everyone!&lt;/p&gt;

&lt;p&gt;I've been working on a document processing API suite that solves a few problems I encountered in my career..&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;LLMs are great to provide answers on documents but not so great when you need bounding boxes for them.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;OCRs give you bounding boxes but they don't understand context.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Mixing them both is a pain.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So we are using vision models to solve this. The result is Ninjadoc, an easy to use &lt;strong&gt;api that answers your questions with geometry data&lt;/strong&gt; for the evidence it found.&lt;/p&gt;

&lt;p&gt;We have a few more products lined up down the line but for now this is what you get:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Endpoints to ask a single question in natural language (with/without coordinates)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;A dashboard to define a collection of questions&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Ai enhanced Markdown transforms (our techniques are great for these)&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;More improvements will come down the line but it's looking good and I wish I had something like this before.&lt;/p&gt;

&lt;p&gt;Let me know what you think, any feedback is appreciated.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://ninjadoc.ai" rel="noopener noreferrer"&gt;Ninjadoc&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>ai</category>
      <category>llm</category>
      <category>ocr</category>
    </item>
  </channel>
</rss>
