A portable, offline OCR utility for Windows. Instantly capture and extract text from images, videos, games, and uncopiable UI elements.
- Visual Snipping: Draw a box on your screen to capture text.
- Bilingual: Ships with English & French, read together or one at a time.
- Add your own language: Drop any Tesseract
.traineddatafile in and pick it in the app. - Anti-Holographic: Special filters to read text on noisy/colored backgrounds (Game menus, Trading cards).
- Portable: Single .exe file. No installation. No admin rights.
- Download
QuickOCR.exefrom the link below. - Run
QuickOCR.exe(It is a single file, no installation needed). - Click CAPTURE ZONE.
- Draw a box around any text.
- The text is automatically copied to your clipboard.
To cancel a capture, click once without dragging, right-click, or press Esc.
- The screen is dimmed and nothing happens. That is the capture overlay. Press Esc, right-click, or click once to dismiss it.
- The text came out wrong. The result popup shows a warning when Tesseract is unsure of the read, so check it before pasting.
- Text in another language comes out garbled (
Größeread asGroBe,niñoasnino). QuickOCR can only recognise the languages it ships with. Add the language, see below. - Reporting a bug. QuickOCR writes a log to
%APPDATA%\QuickOCR\quickocr.log. Attaching it to an issue makes the problem far easier to track down.
- Download the
.traineddatafile for your language from tessdata_fast (for exampledeu.traineddata). - Put it in
Tesseract-OCR/tessdata/. - Pick it from the Language dropdown in the app.
Building from source picks up every language present automatically. Note that Tesseract is most accurate with one language selected, so prefer a single language over a long combination.
- Windows 10/11
- No other dependencies (Tesseract is bundled).
build.batInstalls the dependencies, stages the minimal Tesseract bundle and produces dist/QuickOCR.exe.
Run run_tests.bat to execute the test suite (see tests/README.md).
QuickOCR was reviewed by Softpedia, which rated it 4.5/5 and awarded its Certified 100% Clean badge.
"Capture text from anywhere on your screen, even on tricky or colorful backgrounds, and instantly convert it into editable English or French text" — Softpedia review by Alexandra Sava
License This project is licensed under the GNU GPLv3 License - see the LICENSE file for details.
What this means:
- You cannot close the source code and sell this application.
- Any modifications you distribute must also be open source under GPLv3.
- This software is free and open source. Do not pay for this software.