# RKNN_OCR **Repository Path**: third_uncles_cat/rknn_ocr ## Basic Information - **Project Name**: RKNN_OCR - **Description**: RKNN部署OCR服务 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 17 - **Forks**: 4 - **Created**: 2022-03-23 - **Last Updated**: 2025-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## build modify `GCC_COMPILER` on `build.sh` for target platform, then execute ``` ./build.sh ``` ## install connect device and push build output into `/` ``` adb push install/rknn_ocr / ``` ## run ``` adb shell cd /rknn_ocr/ ./rknn_ocr model/det_new.rknn model/repvgg_s.rknn model/dict_text.txt model/1.png ```