![]() | Patagames.Ocr Namespace |
Class | Description | |
---|---|---|
![]() | OcrAltoRenderer |
Create Alto Renderer interface for rendering tesseract results into a document
|
![]() | OcrApi |
Base class for all tesseract APIs.
|
![]() | OcrBoxa |
Represents the leptonica-style array of boxes
|
![]() | OcrBoxTextRenderer |
Create BoxText Renderer interface for rendering tesseract results into a document
|
![]() | OcrChoiceIterator |
Class to iterate over the classifier choices for a single RIL_SYMBOL.
|
![]() | OcrHocrRenderer |
Create HOcr Renderer interface for rendering tesseract results into a document
|
![]() | OcrLSTMBoxRenderer |
Create LSTMBox Renderer interface for rendering tesseract results into a document
|
![]() | OcrMutableIterator |
Class to iterate over tesseract results, providing access to all levels of the page hierarchy.
|
![]() | OcrPageIterator |
Class to iterate over tesseract results, providing access to all levels of the page hierarchy.
|
![]() | OcrPdfRenderer |
Create PDF Renderer interface for rendering tesseract results into a document
|
![]() | OcrPix |
Represents the leptonica-style image
|
![]() | OcrPixa |
Represents the leptonica-style array of images
|
![]() | OcrResultIterator |
Class to iterate over tesseract results, providing access to all levels of the page hierarchy.
|
![]() | OcrResultRenderer |
The base interface for rendering tesseract results into a document, such as text,
HOCR or pdf. This interface is then used to inject the renderer class into
tesseract when processing images.
For simplicity implementing this with tesesract version 3.01,
the renderer contains document state that is cleared from document
to document just as the OcrApi is. This way the base API can just
delegate its rendering functionality to injected renderers, and the
renderers can manage the associated state needed for the specific formats
in addition to the heuristics for producing it.
|
![]() | OcrTextRenderer |
Represents UTF8 Text Renderer interface for rendering tesseract results into a document
|
![]() | OcrTsvRenderer |
Create Tsv Renderer interface for rendering tesseract results into a document
|
![]() | OcrUnlvRenderer |
Create UNLV Renderer interface for rendering tesseract results into a document
|
![]() | OcrWordStrBoxRenderer |
Create WordStrBox Renderer interface for rendering tesseract results into a document
|
![]() | RGBA_Quad |
The RGBA_Quad structure describes a color consisting of relative intensities of red, green, blue and alpha.
|
Interface | Description | |
---|---|---|
![]() | IReadOnlyListT |
Represents a strongly-typed, read-only collection of elements.
|