/ src / modules / PowerOCR / PowerOCRModuleInterface / PowerOcrConstants.h
PowerOcrConstants.h
1  #pragma once
2  #include <string>
3  
4  namespace PowerOcrConstants
5  {
6      // Name of the powertoy module.
7      inline const std::wstring ModuleKey = L"TextExtractor";
8  }