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