org.kde.koala
Interface KOCRDialogSignals


public interface KOCRDialogSignals


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

Method Detail

textRecognized

void textRecognized(java.lang.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