Download gImageReader

Get the latest version of the best open-source OCR tool. Safe, free, and fast.

Recommended for Windows 10 / 11
gImageReader v3.4.3 (64-bit)
πŸ“… Aug 04, 2025 πŸ’Ύ 56.3 MB πŸ–₯️ Qt6 Engine
Download Installer (.exe)
100% Clean & Virus Free (Source: GitHub)
Advertisement Space (Responsive)

Windows Downloads (All Versions)

Select the version that matches your system architecture. The Qt6 version is recommended for modern systems.

File Description Version Size Download
πŸͺŸ Windows 64-bit Installer Qt6 v3.4.3 56.3 MB Download .exe
πŸ’Ό Windows 64-bit Portable No Install v3.4.3 84.1 MB Download .zip
πŸ’» Windows 32-bit Installer Qt6 v3.4.3 55.7 MB Download .exe
⚠️ Windows 7 / 8 Users: Please download the Legacy Qt5 version below.
πŸ‘΄ Legacy Windows Installer Qt5 v3.4.2 38.3 MB Download v3.4.2

Linux Installation

gImageReader is available in the official repositories of most distributions.

# Fedora (Official Repository) sudo dnf install gimagereader-qt # Or for the GTK interface: sudo dnf install gimagereader-gtk
# Ubuntu / Debian (via PPA) sudo add-apt-repository ppa:sandromani/gimagereader sudo apt-get update sudo apt-get install gimagereader-qt
# Arch Linux (Extra Repository) sudo pacman -S gimagereader-qt

Source Code

Developers can inspect the code or build from source.

Verify Your Download (SHA256)

To ensure your file is safe and has not been corrupted during download, you can compare its SHA256 hash with the official values below. These checksums are provided directly by the developer.

gImageReader_3.4.3_qt6_x86_64.exe 5d6b3f2929368b1746c72ac25ce067d92efb9545c770245f6319b3b53ae48974
gImageReader_3.4.3_qt6_x86_64_portable.zip ce8458636f782a32a262ead8548f12c3594bcb65677fd5117fde3784bb2288b3
gImageReader_3.4.3_qt6_i686.exe 4418bfac2a5ef8f01ded43ee419ef9c264a14b93249164bde35d203533f9ac56
❓ How to verify SHA256 on Windows?
Open Windows PowerShell and verify the file by typing the following command: Get-FileHash C:\Path\To\gImageReader.exe -Algorithm SHA256 Replace the path with your actual download location. If the output code matches the values above, your file is 100% authentic.
Prerequisite: Visual C++ Redistributable

gImageReader relies on the Tesseract engine, which is built using Microsoft Visual Studio. If you encounter errors like MSVCP140.dll missing or VCRUNTIME140.dll not found when launching the app, it means your PC is missing the required runtime libraries.

This is common on fresh Windows installations. To fix it, simply download and install the vc_redist.x64.exe from Microsoft.

Download latest Visual C++ Redistributable from Microsoft β†—

How to Install gImageReader

1 Standard Installation (Windows .exe)

  1. Download the Installer (.exe) file from the list above.
  2. Double-click the file to launch the setup wizard.
  3. You may see a “Windows protected your PC” warning (SmartScreen). Click “More info” -> “Run anyway”. This happens because the open-source certificate is not registered with Microsoft.
  4. Follow the on-screen instructions. We recommend keeping the default “Tessdata” location.
  5. Once installed, launch gImageReader from your Start Menu.

2 Portable Version (No Install)

  1. Download the Portable (.zip) archive.
  2. Extract the contents to a folder on your USB drive or Desktop.
  3. Open the extracted folder and look for bin/gimagereader-qt5.exe (or qt6.exe).
  4. Double-click to run. No administrator rights are required.

! Important: Installing Languages

By default, gImageReader may only come with English language data. If you try to recognize Chinese, Japanese, or German text without the language pack, the results will be poor.

Need more languages? Read our step-by-step guide: How to Manually Install Tesseract Language Data Packs.
Troubleshooting Common Installation Errors
Error: VCRUNTIME140.dll was not found
Fix: Install Visual C++ Redistributable 2015-2022 (x64). See the link at the top of this guide.
Error: Application was unable to start (0xc000007b)
Fix: You likely installed the 32-bit (x86) VC++ on a 64-bit system. Install the x64 version.
Error: SmartScreen prevented an unrecognized app
Fix: Click “More Info” β†’ “Run Anyway”. gImageReader is open-source and not digitally signed by Microsoft.
Error: Qt platform plugin “windows” could not be initialized
Fix: This happens with Portable versions if not extracted properly. Ensure you extract the entire ZIP folder, not just the EXE.
Version History (Changelog) View on GitHub β†—
v3.4.3 Aug 04, 2025 Latest Stable
  • Major Change: Windows builds switched to Qt6 framework for better High-DPI support.
  • Enhancement: Added support for PoDoFo 1.0.x libraries (PDF handling).
  • Bugfix: Fixed incorrect dictionary mapping for Latin languages.
  • Bugfix: Resolved crash when adding a new line to the hOCR tree editor.
  • Fix: Corrected “control modifier” causing page blanking during mouse selection.
v3.4.2 Feb 05, 2024
  • Feature: Apply brightness, contrast, and resolution settings to all selected images at once (Batch editing).
  • Fix: Corrected dictionary installation directory on Windows.
  • Fix: Fixed crash in FileTreeModel when handling temporary files.
  • Enhancement: Various Wayland support improvements for Linux users.
v3.4.1 Jan 29, 2023
  • Enhancement: Add 2px margin to autodetected areas for better recognition accuracy.
  • Fix: Reworked HTML escape function to fix unicode string corruption.
  • Fix: Adapt for enchant2 dictionary location changes.

Older versions are available in the GitHub archive.