Skip to content

Windows OCR feature missing on snipping tool #1591

@saisab29

Description

@saisab29

Operating system

Ubuntu 24.04

Description

The OCR text extraction feature is missing in Snipping Tool. This is a standard Windows feature that users expect to be available. Is there any way i can access it?

Docker compose

services:
  windows:
    image: dockurr/windows
    container_name: windows
    environment:
      VERSION: "11"
      RAM_SIZE: "8G"
      CPU_CORES: "4"
      LANGUAGE: "en-US"
    devices:
      - /dev/kvm
      - /dev/net/tun
    cap_add:
      - NET_ADMIN
    ports:
      - 8006:8006
      - 3399:3389/tcp
      - 3399:3389/udp
    volumes:
      - /mnt/c/Users/saisab31/Desktop/windows-docker/data:/storage# Add this line
    restart: always
    stop_grace_period: 2m

Docker log

❯ Starting Windows for Docker v5.14...
❯ For support visit https://github.com/dockur/windows
❯ CPU: Intel Core i9 12900K | RAM: 36/63 GB | DISK: 134 GB (ext4) | KERNEL: 5.18.0-051800...

❯ Booting Windows using QEMU v10.0.6...
BdsDxe: loading Boot0004 "Windows Boot Manager" from HD(1,GPT,C1EEA0FD-B5B2-4444-A289-E8EB483EDEEE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
BdsDxe: starting Boot0004 "Windows Boot Manager" from HD(1,GPT,C1EEA0FD-B5B2-4444-A289-E8EB483EDEEE,0x800,0x40000)/\EFI\Microsoft\Boot\bootmgfw.efi
❯ Windows started successfully, visit http://127.0.0.1:8006/ to view the screen...

Screenshots (optional)

Image no option for text extractor

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions