Conjecture::Component | The abstract superclass of all Component classes |
Conjecture::Coord | A simple 2-D Euclidean point |
Conjecture::Debug | |
Conjecture::FormatComponent | The abstract superclass of a hierarchy of classes implementing the 'format' algorithm, which is minimally responsible for generating properly positioned unicode text output |
Conjecture::GlyphFeatures | Encapsulates features of interest within a Glyph |
Conjecture::GocrFormat | The abstract superclass of a hierarchy of classes implementing the 'partition' algorithm, which is minimally responsible for identifying the sub-regions of the Page that represent individual Glyphs. The algorithm may do more than just identify Glyphs however (i.e. may also identify Words, Lines and/or Regions too) |
Conjecture::GocrIdentify | The abstract superclass of a hierarchy of classes implementing the 'partition' algorithm, which is minimally responsible for identifying the sub-regions of the Page that represent individual Glyphs. The algorithm may do more than just identify Glyphs however (i.e. may also identify Words, Lines and/or Regions too) |
Conjecture::GocrModule | Uses the Gocr Strategies for all algorithms |
Conjecture::GocrSegment | The abstract superclass of a hierarchy of classes implementing the 'Segment' algorithm, which is minimally responsible for identifying the sub-regions of the Page that represent individual Glyphs. The algorithm may do more than just identify Glyphs however (i.e. may also identify Words, Lines and/or Regions too) |
Conjecture::IdentifyComponent | The abstract superclass of a hierarchy of classes implementing the 'identify' algorithm, which is responsible for converting Glyphs into unicode characters |
ImageB | Image class |
Conjecture::ImageFilter | .. |
Conjecture::OCRModule | AbstractFactory design pattern supporting the bundled creation of related Component algorithms |
Conjecture::OptIm | An Optimized Image class (but only for small images) |
Conjecture::OptIm15 | An Optimized Image class (but only for very small images) |
Conjecture::PixelLine | A class for describing a line of up to 32 pixels |
Conjecture::PixelLine15 | A class for describing a line of up to 16 pixels |
Conjecture::PixFilt | Provides a generalized pixel filtering mechanism |
Conjecture::ProcessComponent | The abstract superclass of a hierarchy of classes implementing the highest-level 'process' algorithm |
Conjecture::SegmentComponent | The abstract superclass of a hierarchy of classes implementing the 'partition' algorithm, which is minimally responsible for identifying the sub-regions of the Page that represent individual Glyphs. The algorithm may do more than just identify Glyphs however (i.e. may also identify Words, Lines and/or Regions too) |
Conjecture::StandardProcess | Implements the most common 'process' algorithm |
Conjecture::WmhFormat | .. |
Conjecture::WmhIdentify | .. |
Conjecture::WmhSegment | Responsible for sub-dividing the Page into Glyphs (and, optionally, Words, Lines and Parts) |
Conjecture::Word | A sub-region of a Line consisting entirely of Glyphs |