locaal-ai / obs-ocr

OCR Plugin for OBS based on Tesseract
https://obsproject.com/forum/resources/ocr-text-recognition-detection-built-in-obs.1866/
GNU General Public License v2.0
51 stars 9 forks source link

Find and blur text on image? #7

Closed alexeik closed 9 months ago

alexeik commented 10 months ago

image

@umireon u r wrong StreamFX can blur X,Y,X1,Y1 Rectangle In my example i have dynamic cooridantes of text... it moves like a chat and it needs to be OCRed and BLURed on different places on screen

will it support several masks ?

I think I can make it produce a binary mask with rectangles on the areas where text was detected. So it's a single mask but it covers multiple text areas. The blur filter shouldn't care either way.

royshil commented 9 months ago

implemented in #9

royshil commented 9 months ago

merged #9 you can now check it out on the main build