# PDF图片分割 **Repository Path**: DGYong/pdf-image-segmentation ## Basic Information - **Project Name**: PDF图片分割 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-03 - **Last Updated**: 2025-06-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 安装依赖 ```bash pip install -r requirements.txt ``` ## 运行 ```bash python main.py ``` ## 打包 ```bash pyinstaller --noconfirm --onefile --windowed --name="PDF图像分割工具" ./main.py ```