Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do I need to do preprocessing ? #29

Open
Sharkoon1 opened this issue Jun 29, 2018 · 1 comment
Open

Do I need to do preprocessing ? #29

Sharkoon1 opened this issue Jun 29, 2018 · 1 comment
Labels
waiting-reply waiting reply

Comments

@Sharkoon1
Copy link

Sharkoon1 commented Jun 29, 2018

Hi,

I am new to Firebase and the MLKit. I was wondering if any preprocessing is required or if this is already being done by the plugin ?

I want to recognize urls out of an image from a browser. The mlkit plugin has problems with readings f.e equal signs or hyphens.

The original link: https://www.youtube.com/watch?v=F5KgsubkMCA

After Firebase OCR: https://www.youtube.com/watch?v-F5KgsubkMCA

As you can see "v=" is later "v-", sometimes also ":" are missing.

Is there a chance that you could implement some preprocessing ?

@azihsoyn
Copy link
Owner

Hi, there!

Firebase MLKit piovides preprocessed model. So, you don't need to preprocess.

If you want to customize detected result, Firebase MLKit supports custom model detection, or cloud base detection.

Currently, flutter_mlkit is not supporting both feature.

Custom model detection is under development, but it will take a just time.

Thanks.

@azihsoyn azihsoyn added the waiting-reply waiting reply label Jul 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
waiting-reply waiting reply
Projects
None yet
Development

No branches or pull requests

2 participants