You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

screen-text

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screen-text

A tool for capturing and recognizing text on screen using ddddocr and mss.

0.1.4.0
pipPyPI
Maintainers
1

Screen Text Recognizer

A Python package to capture and recognize text from a specific screen area using mss and ddddocr.

Installation



pip install screen-text

濡傛灉澶辫触锛宲ip install opencv-python-headless --prefer-binary


from screen_text import ScreenTextRecognizer

recognizer = ScreenTextRecognizer()
text = recognizer.capture_and_recognize(100, 100, 300, 200)
print("Recognized text:", text)


FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts