rodgomesc / vision-camera-ocr

VisionCamera Frame Processor Plugin that uses MLKit Text Recognition API to recognize text in any Latin-based character set
MIT License
19 stars 5 forks source link

[QUESTION] Not Found on Npm #1

Open anhquan291 opened 3 years ago

anhquan291 commented 3 years ago

Hi, thank you guys for this amazing camera lib.

Anyhow, I cannot install vision-camera-ocr. The npm link is not found. Any helps, please?

Thanks a lot.

rodgomesc commented 3 years ago

hey @anhquan291 thank you for your interest in this plugin, it is not ready yet, so it is not in npm, i intend to finish it as soon as possible, keep following this thread to receive updates

anhquan291 commented 3 years ago

hey @anhquan291 thank you for your interest in this plugin, it is not ready yet, so it is not in npm, i intend to finish it as soon as possible, keep following this thread to receive updates

Thank you so much. Can't wait to use it. Wishing you a great day.

salembaira commented 2 years ago

Keep up the awesome work! I hope this gets out soon :)

pke commented 2 years ago

@rodgomesc Waiting for it too! Don't really need to different QR code types, just the raw data and the ability to hand in the type of codes (QR, DataMatrix etc) to detect. Keep up the good work of starting the react-native-vision-camera ecospace for frame processor plugins!

hadus07 commented 2 years ago

Keep up the good work! Any updates on release?

tushgup commented 2 years ago

Hey @rodgomesc! This is awesome work, are you planning on releasing it on npm soon?

rodgomescrn commented 2 years ago

sorry guys i must have this working at some point but i still haven't had time

dimaportenko commented 2 years ago

Are you accept PRs? I'm going to play with ML KIT text recognition so potentially can contribute.

digitalbore commented 2 years ago

Hi @rodgomesc any update on that?

MSchmidt commented 2 years ago

This is linked to from https://mrousavy.com/react-native-vision-camera/docs/guides/frame-processor-plugin-list which is kind of confusing since it's just a placeholder project so far. Is there an alternative? Can we help somehow? Did you consider sponsorships?

dimaportenko commented 2 years ago

Not an exact solution but still can be helpful for somebody. Here is my video tutorial on how to use ml kit with static image https://youtube.com/playlist?list=PL97fL9DAn9QzKd4-exwa-vd1rNDov8wXZ

You can mix this tutorial with how to create a custom frame processor https://mrousavy.com/react-native-vision-camera/docs/guides/frame-processors-plugins-overview

I actually even implemented the Android part here https://github.com/dimaportenko/camera-vision-playground

Feel free to reach me out.