No description
Find a file
2026-02-06 13:12:39 +01:00
install.sh brakujące dudzysłowia 2023-06-20 14:08:24 +02:00
ocr.desktop odpalaj plik bezpośrednio bez polegania na $PATH 2022-12-10 16:37:21 +01:00
ocr.sh automatycznie wybierz x11 lub wayland 2026-02-06 13:12:39 +01:00
README.md przykładowa instalacja 2022-12-10 17:16:55 +01:00

FlameOCR

Simple script to capture part of the screen with flameshot, read any text off the image and copy it to clipboard.

REQUIREMENTS:

  • xclip
  • flameshot
  • tesseract-ocr

Install all tesseract language files you expect to read, ex. tesseract-ocr-pol tesseract-ocr-eng

Debian/Ubuntu:

apt install tesseract-ocr tesseract-ocr-pol tesseract-ocr-eng xclip flameshot

Arch

pacman -S tesseract tesseract-data-pol tesseract-data-eng xclip flameshot

INSTALL:

git clone https://git.ujwie.co/kaczus/flameshot-tesseract.git
cd flameshot-tesseract
./install.sh