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

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 มิ.ย. 2021
  • 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-Mannheim/tesser...
    Tesseract download page: tesseract-ocr.github.io/tessd...
    GitHub link: github.com/datamagic2020/Opti...
    ========= 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,
    ☑️ TH-cam : / datamagic2020
    ☑️ Facebook : / datamagic2020
    ☑️ Instagram : / datamagic2020
    ☑️ Twitter : / datamagic5
    ☑️ Telegram: t.me/datamagic2020
    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

  • @harryzhou5474
    @harryzhou5474 ปีที่แล้ว

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

  • @pong.lamsan
    @pong.lamsan 6 หลายเดือนก่อน +1

    Awesome. It is very helpful for me 🎉

    • @DataMagicAI
      @DataMagicAI  6 หลายเดือนก่อน

      Glad, you found it useful!

  • @surendrayadav4110
    @surendrayadav4110 4 หลายเดือนก่อน +1

    Awesome

    • @DataMagicAI
      @DataMagicAI  3 หลายเดือนก่อน

      Thank you!

  • @freeclassified8302
    @freeclassified8302 8 หลายเดือนก่อน

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

  • @vivekparikh6669
    @vivekparikh6669 ปีที่แล้ว

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

  • @rehmatsayyed8594
    @rehmatsayyed8594 ปีที่แล้ว +1

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

    • @DataMagicAI
      @DataMagicAI  ปีที่แล้ว

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

  • @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
      th-cam.com/video/B4grzaWMQe0/w-d-xo.html

  • @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

  • @Praveen-ls9ut
    @Praveen-ls9ut ปีที่แล้ว

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

    • @DataMagicAI
      @DataMagicAI  ปีที่แล้ว

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

  • @Mjj588
    @Mjj588 6 หลายเดือนก่อน

    Can we do this in VS code

  • @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.

  • @blackdevil9743
    @blackdevil9743 ปีที่แล้ว

    Is this visual studio