AutoOCR
RepositoryEffortless OCR for Windows. Convert screenshots to text instantly and stay productive with a simple global hotkey.
Thread Handling
Since my goal was to write a minimal program that leaves almost no footprint unless used, I decided to handle this by spawning a second background thread.
System Tray Menu
Since it is a background task, I felt it didn't need to be visible via the taskbar and moved it into the system tray. Here you can see the simple setup for keeping it running in the tray.
Performing the optical character recognition
This function initializes the Tesseract OCR engine and performs optical character recognition. This process works by splitting the image into smaller chunks, passing these chunks to Tesseract, and retrieving the results.
Try It Out
DownloadIf you want to try this app out for yourself, click on the download button and install from GitHub.