Skip to content

lizilong1993/python_ocr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_ocr

使用的是https://github.com/JaidedAI/EasyOCR

练手之作,非常简陋。。。

structure

python_ocr
├── LICENSE
├── README.md
├── autoRename.bat # put it in the images folder and click to run it,if you want to rename the files in the folder.
├── images
├── only_text.py
├── requirements.txt
└── result.txt

setup

需要重命名images下的文件名的话就把autoRename.bat放到该文件夹下运行。 代码运行的结果会输出到result.txt中。

pip install -r .\requirements.txt # -i https://pypi.tuna.tsinghua.edu.cn/simple

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published