reading text from screen real time

This page summarizes the projects mentioned and recommended in the original post on /r/learnpython

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • tesserocr

    A Python wrapper for the tesseract-ocr API

    Not sure what you’re currently using, but if you specifically need speed I’d suggest teaser-ocr (allows you to directly process image arrays instead of saving to disk first, as per here), along with mss, which can rapidly take screenshots of a defined portion of the screen, and can convert to an opencv image (numpy array) also without needing to save to disk (as per the opencv section of here).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts