Hlo, when I upload an image it gives an error of setSelectedImage is not a function.
@rohan-acharya4 ай бұрын
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 Жыл бұрын
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
@unnathishetty Жыл бұрын
error worker.load is not a function How do i solve this
@NamsPage Жыл бұрын
did you got answer ?
@maty1a Жыл бұрын
dont forget to run "npm update" after you download to project
@olivercavallo70202 жыл бұрын
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
@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
@vx17246 ай бұрын
Did you maybe found the solution?
@ZakiShaikh-m7s5 ай бұрын
same for me
@hendiejason2 жыл бұрын
what vscode extension do you use to auto complete some code?
@CandDev2 жыл бұрын
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"