From 79ebae56f3802eedabd993a051d09dd7270f1a74 Mon Sep 17 00:00:00 2001 From: Lihang Xu Date: Sat, 24 Feb 2024 02:38:37 +0800 Subject: [PATCH] docs: Add `vision-camera-cropper` to the plugins list (#2600) --- docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx b/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx index 27506a4..a425609 100644 --- a/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx +++ b/docs/docs/guides/FRAME_PROCESSOR_PLUGINS.mdx @@ -33,6 +33,7 @@ cd ios && pod install * [xulihang/**vision-camera-dynamsoft-barcode-reader**](https://github.com/xulihang/vision-camera-dynamsoft-barcode-reader): A plugin to read barcodes using Dynamsoft Barcode Reader. * [xulihang/**vision-camera-dynamsoft-label-recognizer**](https://github.com/xulihang/vision-camera-dynamsoft-label-recognizer): A plugin to recognize text on labels, MRZ passports, etc. using Dynamsoft Label Recognizer. * [tony-xlh/**vision-camera-dynamsoft-document-normalizer**](https://github.com/tony-xlh/vision-camera-dynamsoft-document-normalizer): A plugin to scan documents using Dynamsoft Document Normalizer with features like document border detection and perspective transformation. +* [tony-xlh/**vision-camera-cropper**](https://github.com/tony-xlh/vision-camera-cropper): A plugin to crop frames and save frames to files or as base64. * [aarongrider/**vision-camera-ocr**](https://github.com/aarongrider/vision-camera-ocr): A plugin to detect text in real time using MLKit Text Detector (OCR). * [yasintorun/**vision-camera-base64**](https://github.com/yasintorun/vision-camera-base64): A plugin to convert a Frame to a base64 string.