# ocr_api **Repository Path**: startsuper/ocr_api ## Basic Information - **Project Name**: ocr_api - **Description**: ocr调用paddleocr、大模型识别报告 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-05-06 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 医疗报告OCR系统 这是一个用于识别医疗报告的OCR系统,支持图像矫正和表格识别。 ## 安装依赖 ```bash pip install -r requirements.txt ``` ## 使用方法 1. 将医疗报告图片放在项目目录下 2. 运行以下命令: ```bash python medical_report_ocr.py ``` ## 功能特点 - 自动图像矫正 - 表格区域检测 - 中文OCR识别 - 结果自动保存 ## 注意事项 - 支持的图片格式:jpg、png - 需要确保图片清晰度足够 - Python版本要求:3.7+