DevScope.Ocr.Tesseract.WindowsPhone Namespace |
The DevScope.Ocr.Tesseract.WindowsPhone namespace provides classes for Optical Character Recognition (OCR) that enable Windows Phone 8.1 apps to read and interpret text layout information from images.
Class | Description | |
---|---|---|
OcrProgressEventArgs |
Holds event data for the Progress event
| |
TesseractOcrAutoDeskewCompletedEventArgs |
Holds event data for the AutoDeskewCompleted event
| |
TesseractOcrAutoOrientationDetectedEventArgs |
Holds event data for the AutoOrientationDetected event
| |
TesseractOcrBeforeRecognitionEventArgs |
Holds event data for the BeforeRecognition event
| |
TesseractOcrBlock |
Represents a block of text, that contains paragraphs. Typicaly represents a region of text in the document.
| |
TesseractOcrChar |
Represents a char in the document.
| |
TesseractOcrCharChoice |
Represents an alternative to a char parent element.
| |
TesseractOcrContext |
The context of the ocr engine
| |
TesseractOcrDocument |
Provides top-level programmatic access to the result of a job executed by the OCR engine on a single image page.
| |
TesseractOcrElementProperties |
Provides programatic access to the properties of an Ocr element
| |
TesseractOcrEngine |
Provides programatic access and control of the Tesseract OCR engine.
| |
TesseractOcrExceptionInfo |
Represents errors that occur during execution of the Ocr job.
| |
TesseractOcrFontAttributes |
Represents attributes of the font associated with an Ocr element.
| |
TesseractOcrImageAdaptiveThresholdingSettings |
Holds settings for aplying the local adaptive binarization method to the image for converting it to black and white.
| |
TesseractOcrImageResizeSettings |
Holds settings for resizing an image.
| |
TesseractOcrImageSize |
Holds information about the dimensions of the internal image used by the ocr engine in the previous executed job.
| |
TesseractOcrJobEventArgs |
Holds event data for events related with the Ocr job execution
| |
TesseractOcrJobRequest |
Specifies the parameters that should guide the execution of the Ocr job.
| |
TesseractOcrJobRequestImagePreProcessing |
Specifies the image pre-processing filters or operations to be executed on the specified image before sending it to the ocr engine.
| |
TesseractOcrJobResponse |
The result data of the execution of the ocr job
| |
TesseractOcrPageOrientationScriptInfo |
The page orientation and script information of an image document.
| |
TesseractOcrParagraph |
Represents a text paragraph block with several properties such as a group of text lines, bounds, text, etc...
| |
TesseractOcrProgressEventArgs |
Holds event data for the Progress event
| |
TesseractOcrTextLine |
Represents a text line block with several properties such as list of words, bounds, text, etc...
| |
TesseractOcrWord |
Represents a text word with several properties such as word characters, bounds, text, etc...
|
Interface | Description | |
---|---|---|
ITesseractOcrDocumentElement |
Provides common properties accross document elements
|
Delegate | Description | |
---|---|---|
TesseractOcrAutoDeskewCompletedEventHandler |
Represents the method that will handle the AutoDeskewCompleted Event
| |
TesseractOcrAutoOrientationDetectedEventHandler |
Represents the method that will handle the AutoOrientationDetected Event
| |
TesseractOcrJobEventHandler |
Represents the method that will handle an Ocr Job Event
| |
TesseractOcrOnBeforeRecognitionEventHandler |
Represents the method that will handle the OnBeforeRecognition Event
| |
TesseractOcrProgressEventHandler |
Represents the method that will handle the Ocr Progress Event
|
Enumeration | Description | |
---|---|---|
TesseractOcrElementOrientation |
The Orientation of an Ocr element
| |
TesseractOcrElementTextlineOrder |
The text lines are read in the given sequence.
| |
TesseractOcrElementWritingDirection |
The grapheme clusters within a line of text are laid out logically
in this direction, judged when looking at the text line rotated so that
its Orientation is "page up".
| |
TesseractOcrLicenseStatus |
The license code processing result by the Ocr engine
| |
TesseractOcrOrientationMode |
Possible modes for page orientation detection.
| |
TesseractOcrPageOrientation |
The varius page orientation result modes possible
| |
TesseractOcrPageSegmentationMode |
Possible modes for page layout analysis.
| |
TesseractOcrParagraphDirection |
The paragraph reading direction
| |
TesseractOcrResultStatus |
Possible modes of the execution result of the ocr job
|