context-mod icon indicating copy to clipboard operation
context-mod copied to clipboard

Implement OCR

Open FoxxMD opened this issue 1 year ago • 2 comments

Detecting text on an image would be an excellent feature for CM:

  • detect offensive phrases/words
  • detect spam links
  • detect watermarks (potentially)

Some bots that do things similar to this:

Not sure how strong JS is at OCR...might be time to figure out how to interface with a python library.

FoxxMD avatar Aug 09 '22 14:08 FoxxMD

openCV implemented in this commit opens the possibility for using it for OCR.

FoxxMD avatar Sep 14 '22 22:09 FoxxMD