Skip to content

chrys87/ocrdesktop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

ocrdesktop

Accessiblity tool for use the current window with OCR technique

Here is the wiki:

https://wiki.archlinux.org/index.php/Ocrdesktop

Depencies:

  • python3
  • tesseract
  • tesseract-lang-
  • python3-pillow
  • python-atspi
  • python-pytesseract
  • libwnck3
  • GTK3

Optional Depencys

  • python-scipy (for color detection)
  • python-webcolors (for color detection)
  • python-pdf2image (for pdf support)

INSTALL

ArchLinux ocrdesktop stable

$ yay -S ocrdesktop

ArchLinux ocrdesktop git

$ yay -S ocrdesktop-git

ArchLinux dependencies only:

$ yay -S python tesseract tesseract-data-deu tesseract-data-eng python-pillow python-atspi libwnck3 gtk3 python-webcolors python-scipy python-pytesseract python-pdf2image