#include <GocrModule.h>
Inheritance diagram for Conjecture::GocrModule:
****************************************************************
Every algorithm in the Conjecture framework has an equivalent in GOCR (or the algorithm is subsumed by a higher-level algorithm in GOCR). This factory returns back the Gocr Strategies for all algorithms.
Public Member Functions | |
virtual ProcessComponent * | createProcessComponent () const |
virtual SegmentComponent * | createSegmentComponent () const |
virtual IdentifyComponent * | createIdentifyComponent () const |
virtual FormatComponent * | createFormatComponent () const |
virtual void | processArgs (int argc, const char **argv, Env *env=NULL) |
Job * | job () const |
Job *& | jobRef () |
void | jobIs (Job *job) |
|
Command-line processing This method provides module-specific command-line processing. The default implementation is a no-op. Subclasses redefine as necessary. Reimplemented from Conjecture::OCRModule. |