Recognize text in images | Google ML | Android Studio | Java

Поділитися
Вставка
  • Опубліковано 23 лип 2024
  • 1) Recognise Text From Image.
    2) Take an Image from the Camera or Gallery.
    3) Handle runtime permissions.
    Buy Me a Coffee:
    paypal.me/atifsayings
    Purchase Code:
    www.technifysoft.com/p/androi...
    Links Used:
    Google ML: developers.google.com/ml-kit/...
    Note:
    Camera: If the Android version is or above TIRAMISU ask only Camera permission otherwise camera and storage permissions
    Gallery: If the Android version is or above TIRAMISU don't ask any permission otherwise storage permission
    Chapters:
    0:00 Create, Setup Project
    0:32 Setup Google ML
    1:40 UI Design
    6:26 Pick Image
    19:16 Runtime Permissions
    30:29 Recognize Text
    38:54 Testing
    Feel free to comment in case of any problem
    Chanel:
    / mohammadatif1
    Websites:
    technifysoft.com/
    devofandroid.blogspot.com
    Apps/Games on PlayStore:
    play.google.com/store/apps/de...
    Fiver (Contact for your projects):
    www.fiverr.com/users/mohammad...
    If u like this video, Like, Comment, Subscribe to support us...
    #TextRecognition #atifpervaiz #technifysoft

КОМЕНТАРІ • 66

  • @AtifSayings
    @AtifSayings  5 місяців тому +1

    Note:
    Camera: If the Android version is or above TIRAMISU ask only Camera permission otherwise camera and storage permissions
    Gallery: If the Android version is or above TIRAMISU don't ask any permission otherwise storage permission

  • @teot2940
    @teot2940 10 місяців тому +2

    On September 16, 2023, it still works flawlessly. Thank you very much for this tutorial! No talk, no promotions, NOTHING! Just pure knowledge and working code. You've saved another programmer weeks of torture, thank you!

    • @AtifSayings
      @AtifSayings  10 місяців тому +1

      You're welcome. Best of luck

    • @Adam-in2lw
      @Adam-in2lw 8 місяців тому

      How did you get this to work? I'm getting so many errors in my MainActivity file. Do you think you can share it with me?

    • @teot2940
      @teot2940 8 місяців тому

      @@Adam-in2lw yea shure

  • @Lucky-yk9qu
    @Lucky-yk9qu 2 роки тому +1

    Awesome, great video I needed it, I've been looking for it for a long time!!!

  • @arunuuu
    @arunuuu Рік тому +2

    Still works even after 6months from uploading
    Thank you sir❣️

  • @deekshithpranav1619
    @deekshithpranav1619 Рік тому +2

    Thanks a lot bro this helped me finish my academic project. Appreciate the good work. Best of luck.

  • @michaellzm8921
    @michaellzm8921 Рік тому

    I click on either Camera or Gallery it just only pop up the permissions but cant function anymore. For example take the image or open gallery. Any solution?

  • @nguyencodervn
    @nguyencodervn 2 роки тому +1

    awasome

  • @abednego1715
    @abednego1715 4 місяці тому +1

    great!! thanks for the tutorial.

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

    Your video is amazing, and I wonder if you can make a video tutorial to translate by taking a screenshot with a floating button like a "messenger" chat bubble that works even while using another app, overwrite another app, click on it and then take a screenshot and translate. Thanks for reading and my not-so-brief!!

    • @AtifSayings
      @AtifSayings  Рік тому

      This may take a lot of effort, research, time
      By the way, I've another video for text translation.

  • @yshgaming2019
    @yshgaming2019 3 місяці тому

    Hlo sir i am getting error on time 12:52 while writing Activity resultsContracts solve my problem

  • @kateguibang-guibang4903
    @kateguibang-guibang4903 5 місяців тому +1

    thank you very much

  • @KhanhLe-pu5wx
    @KhanhLe-pu5wx Рік тому

    do u have document for this ?

  • @ahmedabdalaziz5090
    @ahmedabdalaziz5090 2 роки тому +1

    good work 😀👍

  • @nwcoder
    @nwcoder 2 роки тому +1

    Sir this project android 11-12 pick camera image...?

    • @AtifSayings
      @AtifSayings  2 роки тому +1

      Yes camera and galley with permission is done in this video and will work on latests android too
      Ive tested on android 12

  • @dungeonjoker5495
    @dungeonjoker5495 Рік тому

    text recognition using image from gallery is working but when clicking image from camera the app is crashing someone plz help

    • @AtifSayings
      @AtifSayings  Рік тому

      Kindly check logcat for crash reason

  • @mr.maazaslam2910
    @mr.maazaslam2910 8 місяців тому +1

    Sir ,What is Imported In Line 4,5 in MainActivity file

    • @AtifSayings
      @AtifSayings  8 місяців тому

      Pin time from video here

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

    Hello sir, how can I automatically transfer the resulting text to a form ?

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

      Use edittext.settext and set the text you got

  • @solitairegeek8553
    @solitairegeek8553 Рік тому

    Does it detect only English text? I tried with an image with Urdu text, and it wasn't able to recognize it.

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

    bro, do you know if ML can recognize signatures?

  • @WilliamAlex
    @WilliamAlex Рік тому

    brother what about Arabic or other languages?

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

    Hello sir how to send recognise text to another activity

    • @AtifSayings
      @AtifSayings  Рік тому

      Put that text in intent that is being used to start new activity

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

      @@AtifSayings thanks man i appreciate it

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

    thx

  • @md.zobayerhasannayem3096
    @md.zobayerhasannayem3096 2 роки тому +1

    Boss edit text to create pdf video needed. Please create a full tutorial.

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

      Create Book/PDF using Edit Text (Java): ua-cam.com/video/3LEs7SfJ2lc/v-deo.html
      Create Book/PDF using Edit Text (Kotlin): ua-cam.com/video/WjWSFz9vIJs/v-deo.html

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

    Get only address from any card (like visiting card).

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

    JazakAllah
    Dear sir,
    How to recognize text others language?

    • @AtifSayings
      @AtifSayings  2 роки тому +2

      Check their documentation, link available in description.

    • @nwcoder
      @nwcoder 2 роки тому +1

      @@AtifSayings please sir make an tutorial video, how to recognize text others language like (Bangla,Hindi,etc..),It's my humbel request.🥰❤️

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

    CAMERA AND GALLERY NOT OPENING HELP ANYONE PLEASE

    • @AtifSayings
      @AtifSayings  5 місяців тому

      Camera: If Android version is >= TIRAMISU ask only Camera permission otherwise camera and storage permissions
      Gallery: If Android version is >= TIRAMISU don't ask any permission otherwise storage permission

  • @abdeldjalilettaharboucetta2238

    how can i save the text in a file please

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

      ua-cam.com/video/I1fLQxdxdk4/v-deo.html

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

      @@AtifSayings thanks for responding i have an error it shows :
      E/MobileVisionBase: Error preloading model resource
      what can i do to solve it ?

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

      @@AtifSayings its working now thanks a lot but with the emulator doesn't work ,i just want to know how to make the apk file work for everyone because when i tried to install it in another phone the playstore refuse to install it ,can you help me with this problem?

    • @AtifSayings
      @AtifSayings  Рік тому

      @@abdeldjalilettaharboucetta2238 playstore just shows warning when an app from outside of playstore is trying to install.

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

    why text is coming in one line plz solve this

    • @AtifSayings
      @AtifSayings  5 місяців тому

      Is this happening every time for any image?

    • @WAHIDz999
      @WAHIDz999 5 місяців тому

      yeah always in one line@@AtifSayings

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

    MAke The video Update Details Old Details delete new Details Update In Java .......Plz BRo

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

      Didn't get what exactly you wanna say, kindly elaborate

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

    i have a bug "com.google.mlkit.common.MlKitException: Failed to load deprecated vision dynamite module", so i don't recognize.Please can you help me!!

    • @alexgoh9152
      @alexgoh9152 Рік тому

      having the same issue but i cant really solve it, urgently need help

  • @johncedricpamigao7811
    @johncedricpamigao7811 Рік тому

    java.lang.RuntimeException: Canvas: trying to draw too large(141705216bytes) bitmap.

    • @johncedricpamigao7811
      @johncedricpamigao7811 Рік тому

      hope you can help me with this one

    • @johncedricpamigao7811
      @johncedricpamigao7811 Рік тому

      bro can you help like like if the image output and text output are having same images or text that store on realtime database then it will show the details