From 94c05f9113de03b36d0eed2a72ff133400b0e05d Mon Sep 17 00:00:00 2001 From: Lihang Xu Date: Sat, 30 Sep 2023 21:33:08 +0800 Subject: [PATCH] docs: Add Dynamsoft Document Normalizer to the frame processor plugins lists (#1331) Update FRAME_PROCESSOR_PLUGIN_LIST.mdx Add Dynamsoft Document Normalizer. Co-authored-by: Marc Rousavy --- docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx b/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx index 660f650..9cf6fe5 100644 --- a/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx +++ b/docs/docs/guides/FRAME_PROCESSOR_PLUGIN_LIST.mdx @@ -27,6 +27,7 @@ cd ios && pod install * [mrousavy/**Colorwaver](https://github.com/mrousavy/Colorwaver): An app (+ plugin) to detect color palettes in the real world. * [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. * [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.