上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 186 下一页
摘要: 一,安装用到的库: linux # apt install python3-tk python3-dev # apt-get install xclip # apt-get install xselect # apt-get install wl-clipboard pip $ pip instal 阅读全文
posted @ 2025-11-24 13:45 刘宏缔的架构森林 阅读(22) 评论(0) 推荐(0)
摘要: 一,安装所需的linux库 # apt install python3-tk python3-dev 二,安装pyautogui $ pip install pyautogui 阅读全文
posted @ 2025-11-24 13:04 刘宏缔的架构森林 阅读(4) 评论(0) 推荐(0)
摘要: 一,代码: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service from 阅读全文
posted @ 2025-11-24 11:55 刘宏缔的架构森林 阅读(26) 评论(0) 推荐(0)
摘要: 一,代码 import base64 import cv2 import numpy as np from PIL import Image import io from PIL import Image, ImageFilter from io import BytesIO data_url = 阅读全文
posted @ 2025-11-23 22:48 刘宏缔的架构森林 阅读(17) 评论(0) 推荐(0)
摘要: 一,代码: import base64 import numpy as np from PIL import Image import io from PIL import Image, ImageFilter from io import BytesIO data_url = "data:imag 阅读全文
posted @ 2025-11-23 21:54 刘宏缔的架构森林 阅读(18) 评论(0) 推荐(0)
摘要: 一,识别有误 dataurl: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABQCAMAAAAQlwhOAAAA81BMVEUAAAB/TiCdbD6GVSdoNwnPnnB7ShyDUiTDkmR5SBrVpHbMm22FVCa5iFrU 阅读全文
posted @ 2025-11-22 22:27 刘宏缔的架构森林 阅读(55) 评论(0) 推荐(0)
摘要: 一,项目官方地址 https://github.com/sml2h3/ddddocr 二,安装 $ pip install ddddocr 三,代码: import base64 from ddddocr import DdddOcr ocr = DdddOcr() img = "data:imag 阅读全文
posted @ 2025-11-22 18:44 刘宏缔的架构森林 阅读(235) 评论(0) 推荐(0)
摘要: 一,代码: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service from 阅读全文
posted @ 2025-11-22 15:11 刘宏缔的架构森林 阅读(15) 评论(0) 推荐(0)
摘要: 一,代码: 首先以调试模式启动浏览器 from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import 阅读全文
posted @ 2025-11-22 14:32 刘宏缔的架构森林 阅读(88) 评论(0) 推荐(0)
摘要: 一,官网: 地址: https://www.selenium.dev/ 代码站: https://github.com/SeleniumHQ/selenium 二,安装: $ pip install selenium 三,安装driver 查看chrome的版本: $ google-chrome - 阅读全文
posted @ 2025-11-22 13:43 刘宏缔的架构森林 阅读(14) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 186 下一页