aarongrider / vision-camera-ocr

VisionCamera Frame Processor Plugin to detect text in real time using MLKit Text Detector (OCR)
MIT License
235 stars 86 forks source link

Compatibility with react-native-vision-camera 3.0.0+ #27

Open frabanca opened 10 months ago

frabanca commented 10 months ago

React Native Vison Camera team has released the versione 3.0.0 in early September 2023. This new version comes with serveral update including the use of react-native-reanimated 3+ (previous version of vision camera were still using the version 2 of react native reanimated).

I'm opening this issue in order to request and track the porting of ´vision-camera-ocr´ from version 2. to version 3..

ismaelsousa commented 9 months ago

This is done, checkout the PR #32 @frabanca