org.kde.koala

Interface KOCRDialogSignals

public interface KOCRDialogSignals

Method Summary
voidtextRecognized(String text, int id)
Informs you that the image with the id id has been run through text-recognition.

Method Detail

textRecognized

public void textRecognized(String text, int id)
Informs you that the image with the id id has been run through text-recognition. The text is in the String parameter. In the future, a compound document, using rich text will be used instead.

Parameters: text the text that has been recognized id the id of the image

UNKNOWN: Informs you that the image with the id id has been run through text-recognition.