MCFastVision 1.2.2×Maintained by MorganChen.Installation Guide×Installation Guide for MCFastVisionYou want to add pod 'MCFastVision', '~> 1.2' similar to the following to your Podfile:target 'MyApp' do pod 'MCFastVision', '~> 1.2' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try MCFastVisionSee PodspecGitHub RepoPage on CocoaPods.orgMCFastVision 1.2.2ByMorganChenJson031/MCFastVisionGitHub RepoMCFastVision 一个基于 iOS Vision 框架的通用视觉识别工具库,封装了文字识别(OCR)、条形码/二维码识别、人脸检测、人脸关键点检测、矩形检测等能力,并提供统一的配置入口与识别结果绘制能力,支持快速集成到业务项目中,用于扫描、识别、检测与可视化标注等场景。
MCFastVision 一个基于 iOS Vision 框架的通用视觉识别工具库,封装了文字识别(OCR)、条形码/二维码识别、人脸检测、人脸关键点检测、矩形检测等能力,并提供统一的配置入口与识别结果绘制能力,支持快速集成到业务项目中,用于扫描、识别、检测与可视化标注等场景。