Flutter - Text Recognition using Google ML Kit | Flutter Recognize Text using Google ML Kit

preview_player
Показать описание
Learn to Recognize text from image using google ml kit package. In this video you will learn how to recognize text using image from Gallery & Camera. Google ml kit package support On-Device Text Recognition. It doesn't support cloud based text recognition. The old firebase ml kit package is discontinued.

For more content follow us on,

#flutter
#text_recognition
#image_to_text
#google_ml_kit

Please Like, Share, Subscribe & Click on the Bell button for more video like this
Thanks for watching the video :-)

Рекомендации по теме
Комментарии
Автор



The creator of google_ml_kit package has recently split it into multiple packages because of the app size issue, so introduced google_mlkit_text_recognition package for text recognition.

The app size was getting increased due to google_ml_kit package as it contains support for other features/packages too. By using this new package you won't be facing app size issue.

So instead of google_ml_kit package, you can use google_mlkit_text_recognition package for text recognition, rest of the code(i.e.:- dart code) will be same, no need to make any other change. So you only need to change the dependency in pubspec.yaml file.


Still use can use google_ml_kit package if you want.


Thank you for watching the video 😀

EffortlessCodeLearning
Автор

It's mind blowing that you made application in a such less time with very much info. It's very concise and on point
Great work

sujansinhthakor
Автор

Hello Friend! Great Video, I am referring this but it is giving me an error, in 2nd and 3rd line "getRecognisedText(XFile image)" of this function at ^vision.textDetector(). It is showing like

"The method 'textDetector' isn't defined for the type 'Vision'.
Try correcting the name to the name of an existing method, or defining a method named 'textDetector'."
I searched for the same on stack overflow there also someone is having same problem but no one has answered it yet.

And second error is, this piece of code is just below first error in same function
Undefined class 'RecognisedText'.
Try changing the name to the name of an existing class, or creating a class with the name 'RecognisedText'.
What should I do to fix it! Please help!

Caj_a
Автор

Hj sir. Why didnt you implement getting permission when we try to access gallery or camera?

SupunMadhushanka
Автор

one of the best video amazing bro
keep it up

touheedkhan
Автор

Do you have tutirial where you can extract text of indian languages?

suryaManyam
Автор

Can you look for the scanner in google ml kit. I would get a "camera_android` threw an error"..

swapnalimandlik
Автор

Just wanna ask, is it possible to implement a camera overlay like those barcode scanner and crop the image based on the overlay

wilsonee
Автор

sir, i used google ml kit, but my need is,
for example,
heading 1
heading2


name :abc
class :3
age :20

i want extract the value only how, always i scan the image, iwill get the sacnned text
name
class
age
:abc
:3
:20

always column like structure,
in between so many headings are ther, , i dont want that headings,
the key :value pair only i want,
how?

vinshaavinu
Автор

Will the Google ML process happen localy on the phone or do I need an internet connection and the process will happen in the cloud?

cccom
Автор

Hello, I want to read the text on the camera screen. E.g when the user click on the camera, text which camera sees should be detected there, without capturing the image.

adilsyoutube
Автор

Hi, is it possible to derive text like key value pair, for eg: a line has "one 1" kinda text, so we can compare "one" and fetch whole line? thanks in advance

AndroidLearning-fwej
Автор

Hello friend, make a video explaining how to create a photomath style application, where you can scan an equation and solve it through the calculator.

jorgemiranda
Автор

thank you for the video, but what about IOS setup for implementing TextRecognition

mrakeyz
Автор

I have question, how can we distribute our text after being recognized. For example the text line 1 I want to take as data 1, then text line 2 I want to take as data 2 and so on?

The text example, has multiple line:
"I love you" -> store to data_01
"I want you" -> store to data_02
"I need you" -> store to data_03

movettv
Автор

Hi. Can you please guide me if I want to detect a face or multiple faces using this google ml kit? Please make a video on this!!

zainahmad
Автор

How to assign TextLines to different texteditingcontrollers.
For example i have three texteditingcontrollers - firsttext, secondtext, thirdtext then how TextLines assign to different texteditingcontrollers in loop. Please describe in code.

for (TextBlock block in text.blocks) {
for (TextLine line in block.lines) {



}

}

sanjeevkumar-nqwe
Автор

Please make this video with Google cloud vision api 🙏

nasabangla
Автор

Bro does it detect any other language except english?

adilsyoutube
Автор

Can this ML kit detect Chinese characters? Or we need to include others package to do that?

GoGo-