OCR nodes (Pro)
Recognise text from a window or an image. Uses the settings from the OCR workbench.
OCR Detect
Recognises text from a window or an image. Uses the settings from the OCR panel.
In: Window:HWND, Rect X/Y/W/H:Int, Language:String
Out: Text:String, Confidence:Float, Found:Bool
Pro. Configure engine and pre-processing in the OCR workbench first.
OCR Detect on chat area → Log message.
OCR Find Text
Recognises text and checks whether it contains something you're looking for.
In: Window:HWND, Rect X/Y/W/H:Int, Query:String, Mode:String
Out: Found:Bool, Text:String, Match:String
Pro.
OCR Find Text(chat, "you died") → Break current branch.