摘要: https://github.com/tesseract-ocr/tesseractTesseract引擎和中文包 (这是HP实验室最早开发的OCR)https://pan.baidu.com/share/init?surl=XpeRVgiPTU7mmiMiyaXThgpythhttps://dig 阅读全文
posted @ 2023-07-16 22:35 ®Geovin Du Dream Park™ 阅读(16) 评论(0) 推荐(0)
摘要: 线程: # encoding: utf-8 # 版权所有 2023 涂聚文有限公司 # 许可信息查看: # 描述: # Author : geovindu,Geovin Du 涂聚文. # IDE : PyCharm 2023.1 python 311 # Datetime : 2023/7/16 阅读全文
posted @ 2023-07-16 19:34 ®Geovin Du Dream Park™ 阅读(18) 评论(0) 推荐(0)
摘要: """ 进程 """ import multiprocessing import threading import time import threadSing def dance(): """ :return: """ while True: print('dance') time.sleep(0 阅读全文
posted @ 2023-07-16 17:15 ®Geovin Du Dream Park™ 阅读(29) 评论(0) 推荐(0)
摘要: def saveimageUrl(url,dirName): """ :param url: 链接 :param dirName: 文件夹名字 :return: """ #if not os.path.exists('website'): #os.mkdir('website') try: if o 阅读全文
posted @ 2023-07-16 10:12 ®Geovin Du Dream Park™ 阅读(11) 评论(0) 推荐(0)