# image_tool **Repository Path**: YUERHOO/image_tool ## Basic Information - **Project Name**: image_tool - **Description**: 图片处理工具 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-20 - **Last Updated**: 2022-01-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: Python, 百度, PyQt ## README # image_tool #### 介绍 图片处理工具: - 1、识别身份证正面、反面 - 2、实现截图文字识别 - 3、提取照片中的经纬度,再通过经纬度查询地理位置 - 4、打包成exe,方便使用 1、身份证识别、文字识别 是通过百度的aip接口进行的,所以请在配置文件中修改 自己的密匙(要先去百度开放平台注册账号、新建应用等 拿到密匙) 2、界面是通过PyQt绘制编写的