mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-24 04:00:02 +01:00
* [Image To Text]Rename PowerOCR to Image To Text * fix spellchecker * Rename to Text Extractor * Missing mention * Another missing mention
8 lines
159 B
C++
8 lines
159 B
C++
#pragma once
|
|
#include <string>
|
|
|
|
namespace PowerOcrConstants
|
|
{
|
|
// Name of the powertoy module.
|
|
inline const std::wstring ModuleKey = L"TextExtractor";
|
|
} |