multivalent.std
public class OcrView extends Behavior implements ImageObserver
Version: $Revision: 1.7 $ $Date: 2002/04/01 08:44:48 $
See Also: FixedLeafOCR berkeley.adaptor.Xdoc berkeley.adaptor.PDA
Field Summary | |
---|---|
static String | MENU_CATEGORY Menu category for OCR-related options ("OCR"). |
static String | MODE_IMAGE_ONLY |
static String | MSG_IMAGE
Request Image-only view.
|
static String | MSG_IMAGE_OCR
Request Image-OCR hybrid view.
|
static String | MSG_OCR
Request OCR-only view.
|
static String | VAR_FULLIMAGE
Key into Document variables to java.awt.Image of full page. |
Method Summary | |
---|---|
void | buildAfter(Document doc) |
boolean | formatAfter(Node node) |
boolean | imageUpdate(Image img, int infoflags, int x, int y, int width, int height) |
boolean | paintBefore(Context cx, Node node) |
boolean | semanticEventAfter(SemanticEvent se, String msg)
Messages recognized:
|
boolean | semanticEventBefore(SemanticEvent se, String msg) |
See Also: SIGNAL MODE_IMAGE MODE_OCR
"viewImage".
"viewImageOCR".
"viewOCR".