diff --git a/docs/docs/guides/FRAME_PROCESSOR_PLUGINS_COMMUNITY.mdx b/docs/docs/guides/FRAME_PROCESSOR_PLUGINS_COMMUNITY.mdx index 25e7372f35..1dc5d1bcc1 100644 --- a/docs/docs/guides/FRAME_PROCESSOR_PLUGINS_COMMUNITY.mdx +++ b/docs/docs/guides/FRAME_PROCESSOR_PLUGINS_COMMUNITY.mdx @@ -35,6 +35,7 @@ Similar to react-native libraries, Frame Processor Plugins are distributed throu * [gev2002/**react-native-vision-camera-image-labeler**](https://github.com/gev2002/react-native-vision-camera-image-labeler): A plugin to Label Images using ML Kit Image Labeler. With High Performance. * [gev2002/**react-native-vision-camera-barcodes-scanner**](https://github.com/gev2002/react-native-vision-camera-barcodes-scanner): A plugin to Scan Barcodes using ML Kit Barcode Scanning. With High Performance. * [gev2002/**react-native-vision-camera-text-recognition**](https://github.com/gev2002/react-native-vision-camera-text-recognition): A plugin to Scanning Text,Translate using ML Kit Text Recognition and ML Kit Translation. With High Performance and many features. +* [lukaszkurantdev/**react-native-fast-opencv**](https://github.com/lukaszkurantdev/react-native-fast-opencv): A plugin for image processing using the OpenCV library, written in C++, which enables functions calls and object management on the JavaScript side.