found_result method

found_result

Callback method that receives data about the found text.

def found_result(self, text_frame, source_text, found_text, text_position):
    ...
ParameterTypeDescription
text_frameITextFrameThe ITextFrame in which the text was found.
source_textstrThe source text in which the text was found.
found_textstrThe found text.
text_positionintThe position of the found text.

See Also