# id_card_ocr **Repository Path**: checkp2p/id_card_ocr ## Basic Information - **Project Name**: id_card_ocr - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-04 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 身份证复印件离线识别 #### 环境 1. `python 3.7.3` 2. `python -m venv venv` #### 运行 1. `pip install -r requirements.txt` 2. 修改 `ocr.py` 中的文件路径部分 3. `python ocr.py` 等待输出 #### 计划 - [x] 引入 `paddleocr` - [x] 框选身份证位置,透视变化,进行识别 - [x] 格式化结果 - [ ] `windows` 编译 `exe` 执行 - [ ] `windows gui` 编写 #### 感谢 [https://github.com/Wangzg123/fileclipper](https://github.com/Wangzg123/fileclipper)