1 Star 0 Fork 0

caipengxiang/paddle_ocr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
fullscreen_snapshot.py 717 Bytes
一键复制 编辑 原始数据 按行查看 历史
caipengxiang 提交于 2024-03-23 18:01 . update
#!/usr/bin/env python3
import snapshot
import os
import time
import logging
if __name__ == "__main__":
png = "/home/alientek/source/paddle_ocr/screen_shot.png"
try:
with open(f'{png}.log', 'a') as f:
f.write("start paddle_ocr")
if os.path.exists(f"{png}"):
os.remove(f"{png}")
if os.path.exists(f"{png}.h"):
os.remove(f"{png}.h")
if os.path.exists(f"{png}.log"):
os.remove(f"{png}.log")
time.sleep(1)
snapshot.take_screenshot(png)
snapshot.screenshot_to_text(png)
except Exception as e:
logging.exception(e)
with open(f'{png}.log', 'a') as f:
f.write(f"exception: {e}")
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/awfeequdng/paddle_ocr.git
git@gitee.com:awfeequdng/paddle_ocr.git
awfeequdng
paddle_ocr
paddle_ocr
master

搜索帮助