Files
PowerToys/src/modules/PowerOCR/PowerOCRModuleInterface/PowerOcrConstants.h
Jaime Bernardo 086eb58d80 [TextExtractor]Rename PowerOCR to Text Extractor (#20178)
* [Image To Text]Rename PowerOCR to Image To Text

* fix spellchecker

* Rename to Text Extractor

* Missing mention

* Another missing mention
2022-08-31 18:29:20 +01:00

8 lines
159 B
C++

#pragma once
#include <string>
namespace PowerOcrConstants
{
// Name of the powertoy module.
inline const std::wstring ModuleKey = L"TextExtractor";
}