-
Notifications
You must be signed in to change notification settings - Fork 0
OCR & Image Viewer
CyberGems edited this page Aug 30, 2026
·
1 revision
CyberPaste includes a full-screen image viewer with OCR text extraction, allowing you to view clipboard images and extract text from them.
- Double-click an image clip
- Right-click image → Open in viewer
- Click the viewer icon on image clip cards
| Feature | Description |
|---|---|
| Full-screen display | Image fills the window |
| Zoom | Mouse wheel or buttons to zoom in/out |
| Pan | Click and drag when zoomed in |
| Fit to window | Auto-scale to fit |
| Actual size | 1:1 pixel mapping |
| Rotate | Rotate image 90° |
| Copy | Copy image to clipboard |
| Save | Export image to file |
| Setting | Description |
|---|---|
| Window width | Default viewer width |
| Window height | Default viewer height |
| Editor path | External editor for advanced editing |
- Open an image clip in the viewer
- Click the OCR button
- CyberPaste uses Windows Media OCR API
- Text extraction runs locally on your machine
- Results appear in the OCR Result modal
Windows Media OCR supports:
- English, Spanish, French, German, Italian, Portuguese
- Chinese (Simplified and Traditional), Japanese, Korean
- Russian, Arabic, Dutch, Polish, Swedish
- And more (based on Windows language packs)
After extraction, the modal displays:
- Extracted text in an editable text box
- Detected language
- Confidence indicator
- Copy button
- Save to clip button (creates new text clip)
- High resolution — Larger images give better results
- Good contrast — Dark text on light background works best
- Straight orientation — Avoid skewed or rotated text
- Clean background — Remove noise behind text
| Format | Support |
|---|---|
| PNG | Full support (lossless) |
| JPEG | Full support |
| BMP | Full support |
| GIF | Static frames |
| TIFF | Supported via Windows Imaging |
Images are captured from the clipboard in the highest available resolution:
- PNG preferred for lossless quality
- DPI information preserved
- Color profile retained
Configure an external image editor for advanced editing:
- Go to Settings → General
- Set Image editor path to your preferred editor
- The viewer will open images in that editor
Supported editors:
- Paint.NET
- Photoshop
- GIMP
- Any editor with command-line open support