Giter Site home page Giter Site logo

faster-ocr's Introduction

免责声明

  1. 本代码库开源的,并且仅供教育和测试目的使用。任何个人或实体不得将其用于商业或非法用途。
  2. 作者和贡献者不对代码的可靠性、适用性或准确性做任何形式的保证。使用代码的风险完全由用户承担。
  3. 作者和贡献者不承担任何因使用或无法使用代码而产生的直接、间接、偶然、特殊或后果性损失,包括但不限于利润损失、数据丢失或业务中断。
  4. 代码可能含有错误或缺陷,用户在使用过程中应自行承担识别和修复这些问题的责任。
  5. 任何形式的反馈或改进建议将被视为贡献者对代码库的贡献,并应遵守相同的开源协议。
  6. 本免责声明适用于代码的所有版本和衍生作品。
  7. 使用代码即表示您同意上述免责声明。如果您不同意这些条款,您不应使用此代码。

识别速度快,精度高

原理是利用windows自带的截图功能 和 截图默认存储路径,检测文件夹的改变,识别最新截图

代码末尾修改

# 改为自己的截图文件夹默认存储路径
folder = 'C:/Users/86180/Desktop/BigFolder/Screenshots'

打包为.exe文件

pip install pyinstaller
pyinstaller --onefile monitor_and_ocr.py

效果

image

求个star

image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.