Conflicts and Configuration Issues

When the app is installed but does not behave as expected, the cause is usually another program or a setting. This page covers the common cases.

Hotkey conflicts

A global hotkey can belong to only one program. If two apps register the same combination, whichever starts first gets it, and the other one silently does nothing.

ShortcutUsed byCommonly clashes with
Win+QCapture2Text (default)Windows Search / Copilot on some builds
Win+Shift+TPowerToys Text ExtractorOther screenshot or OCR tools set to the same keys
Win+Shift+SWindows Snipping ToolOCR tools set to use this combination
PrtScnSnipping Tool (Windows 11 default)Greenshot, ShareX, Lightshot

Fix: give each tool a unique shortcut, such as Ctrl+Alt+O. Then restart the app so it registers the new key. PowerToys shows a warning in Settings when a shortcut it wants is already taken.

DPI scaling and multi-monitor offsets

Symptoms: the selection rectangle is shifted away from the text, the overlay covers only part of a monitor, or the captured area is wrong on your second screen.

Clipboard problems

Security software and privacy settings

Running several OCR tools together

You can install several of these apps side by side. They do not share files, but these points apply:

Poor or garbled OCR results

SymptomFix
Random symbols instead of lettersWrong language selected. Install and choose the correct OCR language.
Accented or non-Latin characters missingAdd that language (Windows OCR) or its .traineddata file (Tesseract).
Small text misreadZoom to 150–200% before capturing, or scan at 300 DPI.
Columns merged into one lineCapture one column at a time, or use a page-layout option (Tesseract --psm, FineReader layout analysis).
Light text on dark background failsInvert colors, or switch the app or website to a light theme first.
Handwriting not recognizedThese tools are built for printed text. Handwriting results are limited.

Example: Tesseract command for a single block of text in two languages:

tesseract scan.png result -l eng+fra --psm 6