# MCFastVision
**Repository Path**: elfbobo_admin_admin/MCFastVision
## Basic Information
- **Project Name**: MCFastVision
- **Description**: 一个基于 iOS Vision 框架的通用视觉识别工具库,封装了文字识别(OCR)、条形码/二维码识别、人脸检测、人脸关键点检测、矩形检测等能力,并提供统一的配置入口与识别结果绘制能力,支持快速集成到业务项目中,用于扫描、识别、检测与可视化标注等场景。
- **Primary Language**: Swift
- **License**: MIT
- **Default Branch**: main
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2026-02-11
- **Last Updated**: 2026-02-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# MCFastVision
[](https://cocoapods.org/pods/MCFastVision)

[](https://github.com/Json031/MCFastVision/blob/main/LICENSE)
---
## 🌍 Language / 语言选择
[中文](#中文) | [English](#english)
# 中文
MCFastVision 是一个基于 iOS Vision 框架的轻量级通用视觉识别工具库,封装了文字识别(OCR)、条形码/二维码识别、人脸检测、人脸关键点检测、矩形检测、动物识别(猫与狗)等能力,并提供统一的配置入口与识别结果绘制能力,支持快速集成到业务项目中,用于扫描、识别、检测与可视化标注等场景。
## 项目Example示例
### 人脸及关键点识别
### 动物检测
### 二维码识别 / 条形码识别
### 矩形检测
### 文本识别
### 人脸框快速检测
## 安装(CocoaPods)
通过 CocoaPods 安装该库:
```ruby
# 在 Podfile 中添加
pod 'MCFastVision'
```
然后在项目目录运行:
```bash
pod install
```
---
# English
MCFastVision is a lightweight, general-purpose visual recognition toolkit based on Apple's iOS Vision framework. It encapsulates capabilities such as text recognition (OCR), barcode/QR code scanning, face detection, face landmark detection, rectangle detection, and animal recognition (cats and dogs). The library provides a unified configuration entry point and built-in drawing support for recognition results, enabling rapid integration into business projects for scenarios like scanning, identification, detection, and visual annotation.
## Project Example
### Face landmarks recognition
### Animal recognition
### QR code recognition / Barcode recognition
### Rectangle detection
### Text recognition
### Fast detection of face rectangles
### Installation (CocoaPods)
Add to your `Podfile`:
```ruby
pod 'MCFastVision'
```
Then run:
```bash
pod install
```
---
### 许可证
本项目基于 [MIT License](https://github.com/Json031/MCFastVision/blob/main/LICENSE) 开源协议。
---
**[⬆ Back to Top / 返回顶部](#top)**