上一页 1 2 3 4 5 6 7 8 9 10 ··· 181 下一页
摘要: 一,代码: from selenium import webdriver from selenium.webdriver.chrome.options import Options from selenium.webdriver.chrome.service import Service from 阅读全文
posted @ 2025-11-24 19:00 刘宏缔的架构森林 阅读(11) 评论(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 18:22 刘宏缔的架构森林 阅读(32) 评论(0) 推荐(0)
摘要: 一,代码: import base64 from ddddocr import DdddOcr import numpy as np from PIL import Image import io from PIL import Image, ImageFilter from io import B 阅读全文
posted @ 2025-11-24 15:07 刘宏缔的架构森林 阅读(31) 评论(0) 推荐(0)
摘要: 一,安装用到的库: 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 刘宏缔的架构森林 阅读(12) 评论(0) 推荐(0)
摘要: 一,安装所需的linux库 # apt install python3-tk python3-dev 二,安装pyautogui $ pip install pyautogui 阅读全文
posted @ 2025-11-24 13:04 刘宏缔的架构森林 阅读(3) 评论(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 刘宏缔的架构森林 阅读(14) 评论(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 刘宏缔的架构森林 阅读(10) 评论(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 刘宏缔的架构森林 阅读(10) 评论(0) 推荐(0)
摘要: 一,识别有误 dataurl: data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAPAAAABQCAMAAAAQlwhOAAAA81BMVEUAAAB/TiCdbD6GVSdoNwnPnnB7ShyDUiTDkmR5SBrVpHbMm22FVCa5iFrU 阅读全文
posted @ 2025-11-22 22:27 刘宏缔的架构森林 阅读(20) 评论(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 刘宏缔的架构森林 阅读(83) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 181 下一页