I use the clipboard option on the extension’s right-click menu and try to process an image I have on the clipboard. Chrome seems to gyrate for a half-second (as if it is processing something) but then I cannot find the text. I tried pasting into Notepad++ in case it replaced the image on the clipboard - nothing.
Am I looking in the right place? How should this be working?
Hi, I’m on Windows 10 22H2 on white box hardware. Sorry, I mentioned that in an earlier message before they told me to come here.
Nothing captured to clipboard was working. I was using Desk mode with the optional software installed.
I tried switching to Free OCR2 and it worked there, then when I switched back to Desk it’s now working. Not sure why, but hopefully that’s useful information.
You can close this now unless you have any additional questions.
hi , i was using ocr space on image with only numbers , it is mistaken 5 as s character or 0 as o , 9 as q.
then i switch to tesseract.js. i used it offline mode and works fine but i cant used it in uivision. i cant include it in my macro or run it with executescript sandbox.
or run it like this
{
“Command”: “XRun”,
“Target”: “/tessocr/node”,
“Value”: “/tessocr/tesseract.js”,
“Description”: “”
},
1- did anybody use ocr tesseract.js without any problem?
2- how did you pass image to ocr tesseract.js ?
3- how did you get the result?
4- how did you config it to process only ocr numbers and Operand not characters?