Image To Text Conversion App with React and Tesseract.js

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

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

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

    Hlo, when I upload an image it gives an error of setSelectedImage is not a function.

  • @rohan-acharya
    @rohan-acharya 2 месяца назад

    I am building an app that should be able to take the ingredient list of any product mostly food and cosmetic by the photo taken by the user. Then be able to get the ingredient list to my model for processing. Will this work for it and how do I implement the real time image capture function? Any suggestions?

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

    hey I am having an issue regarding host an tesseract based app on vercel. I am unable to set the path of tesseract on vercel...Can you please help me with it

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

    This is my first react app ever and Iam having issue with the images... same code but the image wont load, Firstly I upload one imagine => null, then I upload second one and it loads the first one uploaded, but still not showing up. I hope u get it, any ideas? Thanks

  • @unnathishetty
    @unnathishetty Год назад +1

    error worker.load is not a function
    How do i solve this

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

      did you got answer ?

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

      dont forget to run "npm update" after you download to project

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

    heyy iam trying out this, iam not getting any idea where i lost iam just getting this error "
    worker.load is not a function
    TypeError: worker.load is not a function
    " could you please resolve this

    • @vx1724
      @vx1724 5 месяцев назад

      Did you maybe found the solution?

    • @ZakiShaikh-m7s
      @ZakiShaikh-m7s 3 месяца назад

      same for me

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

    what vscode extension do you use to auto complete some code?

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

      That's Emmet, and VS Code supports Emmets snippets by default, but VC Code isn't configured to recognize JSX, so you can googling this keyword "JSX Autocompletion with Emmet in VS Code"

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

      @@CandDev Nice... I found it already, thank u