[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
This commit is contained in:
Jaime Bernardo
2022-08-31 18:29:20 +01:00
committed by GitHub
parent 96f34ee4e9
commit 086eb58d80
24 changed files with 73 additions and 71 deletions

View File

@@ -257,7 +257,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
private bool powerOCR = true;
[JsonPropertyName("PowerOCR")]
[JsonPropertyName("TextExtractor")]
public bool PowerOCR
{
get => powerOCR;

View File

@@ -11,7 +11,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
{
public class PowerOcrSettings : BasePTModuleSettings, ISettingsConfig
{
public const string ModuleName = "PowerOCR";
public const string ModuleName = "TextExtractor";
[JsonPropertyName("properties")]
public PowerOcrProperties Properties { get; set; }

View File

@@ -9,7 +9,7 @@ namespace Microsoft.PowerToys.Settings.UI.Library
{
public class SndPowerOcrSettings
{
[JsonPropertyName("PowerOCR")]
[JsonPropertyName("TextExtractor")]
public PowerOcrSettings Settings { get; set; }
public SndPowerOcrSettings()