# ocr_rect_plugin **Repository Path**: flutter-assembly/ocr_rect_plugin ## Basic Information - **Project Name**: ocr_rect_plugin - **Description**: Android使用云脉ocr识别,识别工具由公司购买,因此不外传项目; iOS使用网上查找的识别工具; - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-13 - **Last Updated**: 2023-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ocr_rect_plugin #### 介绍 Android使用云脉ocr识别,识别工具由公司购买,因此不外传项目; iOS使用网上查找的识别工具; 1. 添加依赖 项目pubspec.yaml文件,添加依赖 ``` ocr_plugin: git: url: 'https://gitee.com/flutter-assembly/ocr_rect_plugin.git' version: '0.0.1' ``` 2. Android 相机权限、存储权限 3. iOS 相机权限