JavaScript OCR Using Tesseract.js | Interesting JS Library Series | Episode 1

Поделиться
HTML-код
  • Опубликовано: 3 дек 2024

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

  • @RehanKhan-eh4xq
    @RehanKhan-eh4xq 2 года назад +1

    What A Brillant masterpiece of code it is... Simple perfect and working fine... What all I can say Thanks a lot.

  • @dlsiota1426
    @dlsiota1426 3 года назад +1

    Thanks a lot! If I display your 'imagetext.png' in a Simple Page Application, is there any way to highlight certain part of the recognized text ? . For example, highlight word ''innocent''.

  • @VishalKumar-hk6rk
    @VishalKumar-hk6rk 3 года назад

    Hey can u tell me how we can store the recoginzed data in any global variable or how can we print it in a text box after recognition of text???? Can you plz give the code for that???

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

    Is it possible to use tesseract.js using camera to recognize the text

  • @johnson8216
    @johnson8216 3 года назад

    Hi , in this video you have loaded the image before hand , is it possible to get an image at runtime like detecting text from the image when the camera is running

  • @meechgo9407
    @meechgo9407 3 года назад

    Hi, do we know if the image is being sent to another server to be processed or is it done all locally? I am worried about data privacy

  • @abhilashwankhade5
    @abhilashwankhade5 3 года назад

    Hello brother
    I just want to extract text or number from vehicle number plate image so can I get that by using this.
    If no please suggest me to do that

    • @CodeRadiance
      @CodeRadiance  3 года назад

      That is complicated. I suggest looking into machine learning.

  • @LabhamJain
    @LabhamJain 4 года назад +1

    Make More Video On JS Librarys Like This

  • @baxi3838_SG
    @baxi3838_SG 4 года назад

    Hi. Simple and powerful video tutorial about js oct. Is there a way to search text content within images using this script? Or do you have other video to do that?

    • @CodeRadiance
      @CodeRadiance  4 года назад

      To search text content I guess we will always need to convert it first.

  • @allenyoung906
    @allenyoung906 3 года назад

    Can I use it for commercial projects?

    • @CodeRadiance
      @CodeRadiance  3 года назад

      Yeah I think so but still check the license first.

  • @luismatheus5519
    @luismatheus5519 4 года назад

    Hi, can you tell me if it is possible to extract texts from pdf files

    • @CodeRadiance
      @CodeRadiance  4 года назад

      I think this only works with images.

    • @coderdostayush2032
      @coderdostayush2032 4 года назад

      @@CodeRadiance can you please tell me the way to extract texts from pdf files.

    • @chetanyagupta5412
      @chetanyagupta5412 4 года назад +2

      @@coderdostayush2032 Use pythons PdfMiner

    • @coderdostayush2032
      @coderdostayush2032 4 года назад +1

      @@chetanyagupta5412 thanks bro

  • @pradumnupadhyay8338
    @pradumnupadhyay8338 4 года назад

    when is episode coming up?

  • @CamilaMoreirawd
    @CamilaMoreirawd 4 года назад +2

    Hello, I downloaded the code and tested localhost, but it does not display the text. Can you help me ? See the image: prnt.sc/rs3mer

    • @CodeRadiance
      @CodeRadiance  4 года назад

      I am not sure why its not working by looking at the screenshot. Maybe you can download an example from the official documentation and then play around with it. Let me know if there is further trouble. tesseract.projectnaptha.com/

    • @muhammadosama3358
      @muhammadosama3358 4 года назад

      try using codelabs.developers.google.com/codelabs/mobile-vision-ocr/img/c5134dae01ad22a5.png instead of your file path

  • @miguelnuno928
    @miguelnuno928 4 года назад

    Thank you so much

  • @AjaySingh-fq4fz
    @AjaySingh-fq4fz 4 года назад

    Nice