Optical Character Recognition Project | Find Text inside the images/Videos Machine Learning | OCR

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024
  • Hello Friends,
    In this episode we are going to do Optical Character Recognition. For this OCR project will make use tesseract Python Library.
    Download Tesseract for windows : github.com/UB-...
    Tesseract download page: tesseract-ocr....
    GitHub link: github.com/dat...
    ========= Time Code =============
    00:01 Introduction to what is OCR ?
    02:48 Download and install tesseract
    06:35 Detect text inside the image
    12:14 Detect and highlight text inside the image
    22:07 Detect only numbers from image / detect digits inside the image
    24:08 detect words inside the images
    Stay tuned and enjoy Machine Learning !!!
    Cheers !!!
    #OCR #OpticalCharacterRecognition #machinelearning
    Connect with me,
    ☑️ RUclips : / datamagic2020
    ☑️ Facebook : / datamagic2020
    ☑️ Instagram : / datamagic2020
    ☑️ Twitter : / datamagic5
    ☑️ Telegram: t.me/datamagic...
    For Business Inquiries : datamagic2020@gmail.com
    Best book for Machine Learning : amzn.to/3qCe0Rf
    🎥 Playlists :
    ☑️Machine Learning Basics
    • Machine Learning Basics
    ☑️Feature Engineering/ Data Preprocessing
    • Data Preprocessing
    ☑️OpenCV Tutorial [Computer Vision]
    • OpenCV Tutorial [Compu...
    ☑️Machine Learning Algorithms
    • ML Algorithms
    ☑️Machine Learning Environment Setup
    • Machine Learning Envir...
    ☑️Machine Learning Model Deployment
    • Machine Learning Model...
    ☑️Machine Learning Projects
    • Machine Learning 100 P...
    ☑️Kaggle Tutorial
    • Kaggle Tutorial
    ☑️Microsoft Lobe Tutorial
    • Microsoft Lobe
    Thank you for watching !!
    Please Like, Comment, Share and Subscribe!!!

Комментарии • 28

  • @pong.lamsan
    @pong.lamsan 8 месяцев назад +1

    Awesome. It is very helpful for me 🎉

    • @DataMagicAI
      @DataMagicAI  8 месяцев назад

      Glad, you found it useful!

  • @harryzhou5474
    @harryzhou5474 Год назад

    It is very helpful to understand from Python Code level. Thank you very much!

  • @surendrayadav4110
    @surendrayadav4110 6 месяцев назад +1

    Awesome

  • @freeclassified8302
    @freeclassified8302 10 месяцев назад

    How to implement input search option and whe I search a word it would be recognise with boxes
    Please tell me

  • @rehmatsayyed8594
    @rehmatsayyed8594 2 года назад +1

    hey, can u tell me how to install python in android studio as you are using andriod studio

    • @DataMagicAI
      @DataMagicAI  2 года назад

      I haven't installed python in Android studio...I don't have idea on it.

  • @vivekparikh6669
    @vivekparikh6669 2 года назад

    Hi, very helpful. Can you also help me to get the accurate confidence score for the results?

    • @DataMagicAI
      @DataMagicAI  2 года назад

      Drop email datamagic2020@gmail.com with your exact requirement.

  • @blackdevil9743
    @blackdevil9743 Год назад

    What software are you using for running program

  • @deepthipeddireddy7416
    @deepthipeddireddy7416 Год назад

    Sir,where we use the machine learning concept

    • @DataMagicAI
      @DataMagicAI  Год назад

      It’s every where… It’s used in every industry as up now. If you want to see how directly/ indirectly you are using ML in your daily life then watch this episode
      ruclips.net/video/B4grzaWMQe0/видео.html

  • @Praveen-ls9ut
    @Praveen-ls9ut 2 года назад

    How to save extracted text into pdf or text or doc???

    • @DataMagicAI
      @DataMagicAI  2 года назад

      Add all text to list or any other collection and save to text file. Search for code snippet online.

  • @PANDURANG99
    @PANDURANG99 2 года назад +1

    easy ocr is slow , how to make it fast

    • @DataMagicAI
      @DataMagicAI  2 года назад +2

      Use better processor to get faster results.

    • @PANDURANG99
      @PANDURANG99 2 года назад

      @@DataMagicAI how to activate graphics card for easyocr

    • @DataMagicAI
      @DataMagicAI  2 года назад +1

      By default it used GPU, below is the guidline from easy OCR site
      There are several optional arguments we can pass here. The first one is gpu which is True by default, meaning that EasyOCR will try to use graphics processing unit(GPU) in computation if possible. If you do not want to use GPU, you can just set gpu=False.

  • @jilojamba
    @jilojamba Год назад

    i am looking for invoice reader to collect the amount paid in business area any idea how to do

    • @DataMagicAI
      @DataMagicAI  Год назад

      You need to find some OCR library which works for different font very well and use it.
      If you are looking for any custom development work then drop an email at datamagic2020@gmail.com

    • @jilojamba
      @jilojamba Год назад

      @@DataMagicAI sent inbox

  • @Mjj588
    @Mjj588 9 месяцев назад

    Can we do this in VS code

  • @blackdevil9743
    @blackdevil9743 Год назад

    Is this visual studio