05 2023 档案

摘要:``` 姓名: 张三性别: 女身份证: 44044019990217444X体检日期: 20230530识别号: 2023053044044019990217444X 打印 ``` ![image](https://img2023.cnblogs.com/blog/3130057/202308/31 阅读全文
posted @ 2023-05-30 23:03 wstong 阅读(197) 评论(0) 推荐(0) 编辑
摘要:### 1. 安装相关库和下载相关文件 ``` pip3 install selenium pip3 install msedge-selenium-tools ``` 在 https://developer.microsoft.com/zh-cn/microsoft-edge/tools/webd 阅读全文
posted @ 2023-05-22 18:55 wstong 阅读(532) 评论(0) 推荐(0) 编辑
摘要:pip3 install moviepy -i https://pypi.tuna.tsinghua.edu.cn/simple from moviepy.audio.io.AudioFileClip import AudioFileClip from moviepy.editor import c 阅读全文
posted @ 2023-05-15 13:02 wstong 阅读(388) 评论(0) 推荐(0) 编辑
摘要:pip3 install PyQt5 -i https://pypi.tuna.tsinghua.edu.cn/simple pip3 install PyQt5-tools -i https://pypi.tuna.tsinghua.edu.cn/simple 安装后可以 C:\Users\X\A 阅读全文
posted @ 2023-05-10 10:02 wstong 阅读(19) 评论(0) 推荐(0) 编辑
摘要:pip3 install pycryptodome 在安装pycryptodome使用时出现No module named 'Crypto'报错 需要进入安装路径 \Python\Python39\Lib\site-packages 将 crypto 改成 Crypto 即可解决问题 阅读全文
posted @ 2023-05-07 09:45 wstong 阅读(42) 评论(0) 推荐(0) 编辑
摘要:可以使用微信截图等工具查看需要删除水印的rgb值,然后根据rgb值去编写判断函数,判断该像素点是否置为白色 pip3 install fitz pip3 install pillow pip3 install tqdm pip3 install pymupdf 1. pdf转为图片并去除水印 imp 阅读全文
posted @ 2023-05-06 23:20 wstong 阅读(985) 评论(1) 推荐(1) 编辑