# onnxocr **Repository Path**: dwhnicholas/onnxocr ## Basic Information - **Project Name**: onnxocr - **Description**: paddleocr转onnx加速推理 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2024-07-23 - **Last Updated**: 2025-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## paddleocr 转换为 onnx 模型 1. 将paddleocr 的检测转化为onnx 模型 2. 转化为onnx模型后可以使用onnxruntime进行预测 3. 直接使用onnx模型可以快速推理,方便快捷 ### 使用方式 直接运行 test_ocr.py使用