# 创建环境
conda create -n pdf-scan-verification python=3.11
# 激活环境
conda activate pdf-scan-verification
# 安装依赖
pip install PyMuPDF pyinstaller opencv-python numpy pillow
# 打包检测多图层伪造公章工具
pyinstaller --onefile --windowed --name "多图层伪造公章工具" ./multiple-layers-verification-v8.py
# 打包检测相同/相似公章工具
pyinstaller --onefile --windowed --name "公章相似度工具" ./similarity-verification-v9.py
-
Notifications
You must be signed in to change notification settings - Fork 0
AntonyCheng/pdf-scan-verification
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
PDF扫描件伪造验证工具
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published