<?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: tuan tran</title>
    <description>The latest articles on DEV Community by tuan tran (@tuan_tran_c9f0b519756c494).</description>
    <link>https://dev.to/tuan_tran_c9f0b519756c494</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%2F4110905%2F49ea0d08-c497-4d26-99be-11533b1463c9.jpg</url>
      <title>DEV Community: tuan tran</title>
      <link>https://dev.to/tuan_tran_c9f0b519756c494</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tuan_tran_c9f0b519756c494"/>
    <language>en</language>
    <item>
      <title>I got tired of chaining 3 apps to translate a Korean dialog in a screenshot, so I built one Swift app that does it</title>
      <dc:creator>tuan tran</dc:creator>
      <pubDate>Sat, 05 Sep 2026 09:48:33 +0000</pubDate>
      <link>https://dev.to/tuan_tran_c9f0b519756c494/i-got-tired-of-chaining-3-apps-to-translate-a-korean-dialog-in-a-screenshot-so-i-built-one-swift-342g</link>
      <guid>https://dev.to/tuan_tran_c9f0b519756c494/i-got-tired-of-chaining-3-apps-to-translate-a-korean-dialog-in-a-screenshot-so-i-built-one-swift-342g</guid>
      <description>&lt;p&gt;What started as "translate dialogs in a Korean game without alt-tabbing to Google Translate" became a rewrite of my screenshot toolchain. A few months later, one app:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Capture area, window, or fullscreen&lt;/li&gt;
&lt;li&gt;Copy the text out of any screenshot, like it were a document&lt;/li&gt;
&lt;li&gt;Translate a foreign-language screenshot in place, offline&lt;/li&gt;
&lt;li&gt;Long pages stitch into one tall image&lt;/li&gt;
&lt;li&gt;Screen record with a camera bubble&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;What I'm most happy with: zero network calls for reading and translating text. Screenshots carry API keys, client work, personal chats. Mine never left the Mac, and that felt like the right default for everyone's.&lt;/p&gt;

&lt;p&gt;Tech notes, happy to go deeper in comments:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Pure Swift and SwiftUI, no Electron. About 25MB&lt;/li&gt;
&lt;li&gt;Apple's Vision framework for reading text. Genuinely scary good for how cheap it is&lt;/li&gt;
&lt;li&gt;One hotkey, everything else lives in menus&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Building in public. How you extract text from screenshots today would help me know what to chase next. Trial: &lt;a href="https://ishot.buzz?utm_source=devto" rel="noopener noreferrer"&gt;https://ishot.buzz?utm_source=devto&lt;/a&gt;&lt;/p&gt;

</description>
      <category>programming</category>
      <category>showdev</category>
      <category>swift</category>
    </item>
  </channel>
</rss>
