Skip to content

ricklitong/py-effective-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-effective-scripts

Effective tools written with Python. Include textOCR, clipboard monitor and screenshot.

Update History

2020.07.20
  • ocr.py is an easy tool for taking screenshot and recognize the texts in the image, with Baidu OCR API.

    • Install the Dependencies.

      pip install -U requirements.txt
    • Run the scripts in CMD shell .

      python ocr.py
    • Press F4 when you need to take a screenshot.

    • Click and Pull your mouse cursor , choose where you need to take a screenshot.

    • Wait 1 sec and the recognized texts will be added to your clipboard automatically.

Note : you can also write a .bat file and added to path. The program will be more easily launched.

About

Effective tools written with Python. Include textOCR, clipboard monitor and ...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages