# pdf2all **Repository Path**: chesten/pdf2all ## Basic Information - **Project Name**: pdf2all - **Description**: python OCR PDF转其他格式的图形化操作软件#deep seek编写 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-04-05 - **Last Updated**: 2025-04-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # pdf2all #### 介绍 python OCR PDF转其他格式的图形化操作软件 #### 安装教程 # 程序运行前请安装相关包依赖: ``` pip install -r requirements.txt ``` 然后按照程序中的提示安装tesseract,一路默认就好,程序会自动从C盘的programs中获取安装位置。 之后就开始就行。 # 开始转换后会卡死,但等转换完就好了 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request