| DevScope.Ocr.Tesseract.Windows Namespace |
The DevScope.Ocr.Tesseract.Windows namespace provides classes for Optical Character Recognition (OCR) that enable Windows 7 and higher and Microsoft Windows Server 2003 and higher components and applications, to read and interpret text layout information from images.
| Class | Description | |
|---|---|---|
| TesseractOcrAutoDeskewCompletedEventArgs |
Holds event data for the AutoDeskewCompleted event
| |
| TesseractOcrAutoOrientationDetectedEventArgs |
Holds event data for the AutoOrientationDetected event
| |
| TesseractOcrBarcodeReader |
Provides programatic access and control of the Barcode reader engine.
| |
| TesseractOcrBarcodeReaderRequest |
The parameters for an execution of the barcode engine
| |
| TesseractOcrBarcodeReaderResponse |
The result of the execution of the barcode reader engine on a page
| |
| TesseractOcrBarcodeResult |
Holds information about one barcode representation detected in the image by the barcode engine
| |
| TesseractOcrBeforeRecognitionEventArgs |
Holds event data for the BeforeRecognition event
| |
| 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.
| |
| TesseractOcrException |
Represents errors that occur during the ocr engine execution
| |
| TesseractOcrFontAttributes |
Holds information about the font attributes of an 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.
| |
| TesseractOcrInitParams |
Holds data required for the initialization of the ocr engine.
| |
| TesseractOcrJobEventArgs |
Holds event data for events related with the Ocr job execution
| |
| TesseractOcrJobProgressEventArgs |
Holds event data for the Progress event
| |
| 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
| |
| TesseractOcrJobResponsePage |
The page related data 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...
| |
| TesseractOcrPdfJobRequest |
Specifies the parameters that should guide the creation of a searchable pdf file.
| |
| TesseractOcrPdfJobResponse |
Holds the result of the creation of a searchable pdf file by the engine.
| |
| TesseractOcrTextBlock |
Holds data about region or block of text in the page.
| |
| 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
| |
| TesseractOcrJobProgressEventHandler |
Represents the method that will handle the Ocr Progress Event
| |
| TesseractOcrOnBeforeRecognitionEventHandler |
Represents the method that will handle the OnBeforeRecognition Event
|
| Enumeration | Description | |
|---|---|---|
| TesseractOcrBarcodeFormat |
Possible modes for a recognized barcode format
| |
| 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".
| |
| TesseractOcrImageResizeSettingsResizeProcessingOrder |
Order of execution of the resize pre-processing operation
| |
| 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
|