aarongrider / vision-camera-ocr

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

chore: Add optional android install section to readme #10

Open markrickert opened 2 years ago

markrickert commented 2 years ago

The google MLKit setup instructions had a valuable bit of information about auto-downloading the OCR ML model immediately after downloading instead of on first run.

I thought this should be in the readme since the library doesn't add this android manifest value automatically.

houabdu commented 2 years ago

Thank you! Would be great to be merged