00001 # ifndef GocrFormat_h 00002 # define GocrFormat_h GocrFormat_h 00003 00004 # include "FormatComponent.h" // parent 00005 00006 namespace Conjecture { 00007 class Page; 00008 00019 class GocrFormat : public FormatComponent { 00020 public: 00021 GocrFormat(); 00022 virtual bool execute(Page* page); 00023 }; 00024 } 00025 00026 # endif // GocrFormat_h 00027