OmniParser icon indicating copy to clipboard operation
OmniParser copied to clipboard

Issue detecting some icons

Open tanys123 opened this issue 1 year ago • 2 comments

Thanks for putting this up!

In full view, the icons in the top right weren't recognize: Image

I put a close up version, it works for the search icon but detected as text Q. Image

Another example, mostly looks good, just some icons not detected Image

What could be the issue and how can I improve it? It was running on M2 Mac.

tanys123 avatar Nov 01 '24 23:11 tanys123

PaddleOCR can fail in icons that look like a letter since it's character based. You can try turning it off.

aliencaocao avatar Nov 04 '24 01:11 aliencaocao

Hi @tanys123, I think this is a known issue for ocr module, you can try to set a higher confidence level for the ocr module so that it has less false positive detection

yadong-lu avatar Nov 13 '24 03:11 yadong-lu