Click or drag to resize

Patagames.Ocr Namespace

The main namespace, which contains a class library for text recognition in your .NET projects.
Classes
  ClassDescription
Public classOcrAltoRenderer
Create Alto Renderer interface for rendering tesseract results into a document
Public classOcrApi
Base class for all tesseract APIs.
Public classOcrBoxa
Represents the leptonica-style array of boxes
Public classOcrBoxTextRenderer
Create BoxText Renderer interface for rendering tesseract results into a document
Public classOcrChoiceIterator
Class to iterate over the classifier choices for a single RIL_SYMBOL.
Public classOcrHocrRenderer
Create HOcr Renderer interface for rendering tesseract results into a document
Public classOcrLSTMBoxRenderer
Create LSTMBox Renderer interface for rendering tesseract results into a document
Public classOcrMutableIterator
Class to iterate over tesseract results, providing access to all levels of the page hierarchy.
Public classOcrPageIterator
Class to iterate over tesseract results, providing access to all levels of the page hierarchy.
Public classOcrPdfRenderer
Create PDF Renderer interface for rendering tesseract results into a document
Public classOcrPix
Represents the leptonica-style image
Public classOcrPixa
Represents the leptonica-style array of images
Public classOcrResultIterator
Class to iterate over tesseract results, providing access to all levels of the page hierarchy.
Public classOcrResultRenderer
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.
Public classOcrTextRenderer
Represents UTF8 Text Renderer interface for rendering tesseract results into a document
Public classOcrTsvRenderer
Create Tsv Renderer interface for rendering tesseract results into a document
Public classOcrUnlvRenderer
Create UNLV Renderer interface for rendering tesseract results into a document
Public classOcrWordStrBoxRenderer
Create WordStrBox Renderer interface for rendering tesseract results into a document
Public classRGBA_Quad
The RGBA_Quad structure describes a color consisting of relative intensities of red, green, blue and alpha.
Interfaces