Metadata-Version: 2.4
Name: screenreaderx
Version: 1.0.0
Summary: Advanced screen OCR reader with CLI support
Home-page: https://github.com/ruzgar/screenreaderx
Author: Ruzgar
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: easyocr
Requires-Dist: pytesseract
Requires-Dist: pyautogui
Requires-Dist: opencv-python
Requires-Dist: numpy
Requires-Dist: Pillow
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# ScreenReaderX

Advanced screen text reader using EasyOCR or Tesseract. Supports CLI with `screenreaderx readall`.

## Installation

```bash
pip install .
```

## Usage

```bash
screenreaderx readall --lang tur --engine easyocr --show
```
