Extract Text from image OCR using Google Vision API in Android Studio

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 80

  • @Kyh_on
    @Kyh_on 3 роки тому +1

    You gotta love how the brother throws out a "bismillahi rahmani rahim" before starting the tutorial lmao

  • @Baba12xr56
    @Baba12xr56 3 роки тому +1

    Informative and helpful. Thank you!
    Note: Edit out the sneeze; it's quite unprofessional.

  • @hiimunranked8663
    @hiimunranked8663 6 місяців тому +1

    How u did it without camera?

  • @tusharverma2212
    @tusharverma2212 6 років тому +1

    Source code : github.com/tushar821999/Text_Recognizer

  • @dojealg4516
    @dojealg4516 Рік тому +1

    can i use it same on arabic language

  • @yahya-imammunir7381
    @yahya-imammunir7381 5 років тому +1

    This tutorial is one of the best online presently. Thanks boss

  • @PeaceUrSoul
    @PeaceUrSoul 4 роки тому +1

    Is it possible tho extraction specific section text of image?

  • @mrbesttutorial5519
    @mrbesttutorial5519 4 роки тому +1

    thank u .
    can it read numbers and text too??

  • @ปรเมศคงดารา
    @ปรเมศคงดารา 5 років тому +2

    could you answer pls.
    1. is mainActivity2 was used? and where is source code?
    2. why method getTextFromImage were declare without call it? if you call pls show you code.
    thank you a lot.

    • @yahya-imammunir7381
      @yahya-imammunir7381 5 років тому

      Hi,
      1. mainActivity2 was not used.
      2. add this android:onClick="getTextFromImage" to your button xml code.
      I hope this helps.

  • @bhupathituraga3593
    @bhupathituraga3593 6 років тому +2

    i can detect any language or just english

  • @theresenuworkpor5288
    @theresenuworkpor5288 4 роки тому +1

    Hello Programming Experts. Thanks for your tutorial . I did it but the textView return only the characters like LL O L . I can't find other thing . Please, do you know what can be the problem and can you help me ?

  • @scarlet8627
    @scarlet8627 6 років тому +5

    How do you set the TextRecognizer to other language? is it possible?

    • @aderojuisrael3237
      @aderojuisrael3237 5 років тому +3

      Try DOCUMENT_TEXT_DETECTION instead of TEXT_DETECTION

    • @omairahmed5809
      @omairahmed5809 5 років тому

      @@aderojuisrael3237 where exactly? I cannot find TEXT_DETECTION

  • @pratikmakadia4826
    @pratikmakadia4826 4 роки тому +1

    I have issue in this line " Frame frame = new Frame.Builder().setBitmap(bitmap).build();"
    Error is :=Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'int android.graphics.Bitmap.getWidth()' on a null object reference
    Please solve this error

  • @adealess
    @adealess 3 роки тому +1

    if possible, please let me know how to do link image to text by pass google sheet scritp

  • @shadowthegermanshepherd9839
    @shadowthegermanshepherd9839 4 роки тому

    i am getting Toast of couldnt get text ...kindly help me in sorting out

  • @mohamedhatati3582
    @mohamedhatati3582 4 роки тому +1

    that awesome , can you explain how to do it with specific block in huge text???

  • @zooozadel3126
    @zooozadel3126 3 роки тому

    when i click in the bottom, my app closes, it does not work. do you know why?

  • @mkamal768
    @mkamal768 5 років тому +1

    Thanks Mate

  • @skullreaper443
    @skullreaper443 4 роки тому +1

    Usig gggooo gooogle vision api.... Expert my shit

  • @danielespina7846
    @danielespina7846 4 роки тому

    Crack, nice job!!

  • @shyamalkumardas6090
    @shyamalkumardas6090 6 років тому +1

    How do you set the specific font family? is it possible? if it's possible please talk me..

  • @zabashhd459
    @zabashhd459 4 роки тому

    Assalamulikum bro i need to scan number plates i have a database of 5 cars in sqlite how do i compare the result and to display owner information

  • @muhammadisrarulhaq9052
    @muhammadisrarulhaq9052 6 років тому +1

    Thanks man, this is really helping

  • @PlatinumDragonProductions999
    @PlatinumDragonProductions999 5 років тому +1

    Nice. Simple, straightfoward, and exactly what I was looking for. Thank you! :-D

  • @bell3752
    @bell3752 5 років тому +1

    thank you its working

  • @nikosvovos
    @nikosvovos 6 років тому +1

    There are many apis which extract information from images.
    But how we can use these apis to take information from a live camera?

    • @joelvarma7910
      @joelvarma7910 6 років тому

      May be YOLO works for you

    • @nikosvovos
      @nikosvovos 6 років тому

      @@joelvarma7910?

    • @deekshithvemula7480
      @deekshithvemula7480 5 років тому +1

      Just capture a Pic and send it to this tutorial code using bitmap

  • @AmirKhan-km6hi
    @AmirKhan-km6hi 6 років тому +1

    what is your web site

  • @dineshahuja5955
    @dineshahuja5955 6 років тому +1

    hello sir, i captured an image and saved it now how can i run OCR on it ?

    • @AndroidWithHaroon
      @AndroidWithHaroon  6 років тому

      See complete video

    • @dineshahuja5955
      @dineshahuja5955 6 років тому +2

      yes,I watched it, while using Bitmapdecoder we are giving path of image rite? as you have given path of resource file.how can i get my image path that i have stored in internal memory

    • @godwingeorgethekkanath
      @godwingeorgethekkanath 4 роки тому

      Have got how to do that.
      I need the same

  • @vabbvv
    @vabbvv 5 років тому

    Is there a way to set the language for text recognition?

    • @AndroidWithHaroon
      @AndroidWithHaroon  5 років тому +1

      Yes you can search on google

    • @vabbvv
      @vabbvv 5 років тому

      Hey, thank you so much for replying :)
      I did that too but had no luck.
      Can you please provide me with the line of code that sets the language hint for "textRecogniser",
      It'd be a great help!

    • @vabbvv
      @vabbvv 5 років тому

      Sorry if I'm bothering you too much

  • @mrsneaky3393
    @mrsneaky3393 4 роки тому

    very good tutorial, so I want to create another java class in which I put textRecognizer code and call that class in different activities how can I do this please help.

  • @abirhassan2011
    @abirhassan2011 6 років тому +1

    💕💓💖

  • @TechnoGeekpro
    @TechnoGeekpro 5 років тому +1

    Kiyo bhai akhir kiyo thode se peso ke liye yeh short url aap log kiyo daalte ho ??

  • @MCStarYT
    @MCStarYT 6 років тому +1

    Can you make to take a picture and than the text appears

    • @AndroidWithHaroon
      @AndroidWithHaroon  6 років тому

      +MC Star yes i will.... plss subscribe :)

    • @MCStarYT
      @MCStarYT 6 років тому

      Programming Experts I just subscribe with bell on

    • @twinli5127
      @twinli5127 6 років тому

      have you created this video yet ? thanks

    • @Sachihiiro
      @Sachihiiro 6 років тому +1

      Have you created the video? . Thank you very much! :)

  • @dopcuan8184
    @dopcuan8184 2 роки тому

    sir how can i contact you?
    Is there a contact that I can contact, I want to share with you

  • @oppooppo-dt3rp
    @oppooppo-dt3rp 4 роки тому

    بسم الله الرحمن الرحيم thank you i like you

  • @MJFernandoIII
    @MJFernandoIII 6 років тому +1

    This is awesome....Can this app also reads hand written text??? I reallu need to learn this

  • @MohdFaheem-ep6fw
    @MohdFaheem-ep6fw 6 років тому

    can you plz give your website url

  • @Hello-qt9yz
    @Hello-qt9yz 6 років тому +1

    Source Code ???

  • @dineshahuja5955
    @dineshahuja5955 6 років тому +1

    Please clear one doubt , is google vision paid or free

    • @AndroidWithHaroon
      @AndroidWithHaroon  6 років тому

      +DINESH AHUJA its free...! U can search on google also.. and pls subscribe my channel:)

    • @dineshahuja5955
      @dineshahuja5955 6 років тому

      Programming Experts yaa sure 😊

  • @ccastro1075
    @ccastro1075 6 років тому +1

    do you have a github for this ?

  • @zubair.zabi_official6948
    @zubair.zabi_official6948 6 років тому

    i need code of this video

  • @juangabrielarrascaita5147
    @juangabrielarrascaita5147 3 роки тому

    the link you added is no longer available

  • @hakimhomecent1619
    @hakimhomecent1619 5 років тому

    the only sound i heard from your video is, ok ok ok OK OK OK OK OK O KO KOK.... i think i will see a nightmare tonight

  • @DibyanshuPatnaik
    @DibyanshuPatnaik 6 років тому +2

    This is not the vision API. That involves using the camera and not just passing an image. Please change the misleading title