00001 # ifndef WmhModule_h
00002 # define WmhModule_h WmhModule_h
00003
00005
00006 # include "GocrModule.h"
00007
00008 namespace Conjecture {
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024 class WmhModule : public GocrModule {
00025 public:
00026 WmhModule();
00027
00028
00029
00030 virtual ProcessComponent* createProcessComponent() const;
00031 virtual SegmentComponent* createSegmentComponent() const;
00032 virtual IdentifyComponent* createIdentifyComponent() const;
00033 virtual FormatComponent* createFormatComponent() const;
00034 };
00035 }
00036
00037 # endif // WmhModule_h
00038