obs-ocr
obs-ocr copied to clipboard
OCR Plugin for OBS based on Tesseract
Would it be possible to add some kind of image recognition (rather than just text OCR) to then display another image? In my use case I would like to record...
Hello again. I would like to propose a suggestion for future editions of the OCR plugin. In case it can be done. It would be if I could directly read...
https://github.com/umireon/obs-pokemon-sv-screen-builder/tree/main/src/TextRecognizer
Hi, I don't know if it's easy to add a feature to only capture a list of words (banned words list from a file or a field in the GUI)....
First of all, I want to thank you very much; your OCR tools are exactly what I was looking for! :) Keep up the great work! When I load and...
I have found that the way to do that is via the following command // tf->tesseract_model->SetRectangle(left, top, width, height); tf->tesseract_model->SetRectangle(0, 490, 300, 100); //