WmhSegment.h

00001 # ifndef WmhSegment_h
00002 # define WmhSegment_h WmhSegment_h
00003 
00004 // ####################################################################
00005 // # Conjecture: An Extensible Optical Character Recognition Framework  #
00006 // #                                                                  #
00007 // # Copyright: Lesser GNU Public License (LGPL)                      #
00008 // #                                                                  #
00009 // # Overview:                                                        #
00010 // #  - Conjecture is a collection of C++ classes, and an OCR engine    #
00011 // #  - Conjecture is designed to allow customization at all levels     #
00012 // #    and to encourage individuals to contribute incremental        #
00013 // #    improvements in algorithms.                                   #
00014 // #  - Overall design discussions can be found in                    #
00015 // #      $SNROOT/docs/doxygen/html/index.html                        #
00016 // #  - Conjecture is designed to interact with and build on other      #
00017 // #    open-source OCR programs.                                     #
00018 // ####################################################################
00019 
00020 # include "SegmentComponent.h" // parent
00021 
00022 namespace Conjecture {
00023     
00024     // ##################################################################
00036     // ##################################################################
00037     class WmhSegment : public SegmentComponent {
00038       public:
00039         WmhSegment();
00040         virtual bool execute(Page* page);
00041     };
00042 }
00043 
00044 # endif // WmhSegment_h
00045 

Generated on Wed Jun 14 15:08:02 2006 for Conjecture by  doxygen 1.4.6