diff --git a/Cloud OCR Snip/Cloud OCR Snip/AESThenHMAC.cs b/Cloud OCR Snip/Cloud OCR Snip/AESThenHMAC.cs index 30b057e..551bdfe 100644 --- a/Cloud OCR Snip/Cloud OCR Snip/AESThenHMAC.cs +++ b/Cloud OCR Snip/Cloud OCR Snip/AESThenHMAC.cs @@ -1,4 +1,4 @@ -/* +/* * This work (Modern Encryption of a String C#, by James Tuley), * identified by James Tuley, is free of known copyright restrictions. * https://gist.github.com/4336842 diff --git a/Cloud OCR Snip/Cloud OCR Snip/AssemblyInfo.cs b/Cloud OCR Snip/Cloud OCR Snip/AssemblyInfo.cs index 74087a1..e954bb6 100644 --- a/Cloud OCR Snip/Cloud OCR Snip/AssemblyInfo.cs +++ b/Cloud OCR Snip/Cloud OCR Snip/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Windows; +using System.Windows; [assembly: ThemeInfo( ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located diff --git a/Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj b/Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj index 479196b..74a5268 100644 --- a/Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj +++ b/Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj @@ -1,4 +1,4 @@ - + WinExe @@ -10,7 +10,7 @@ True Copyright © 2021 Takuma Otake Icons/BlackIcon.ico - 1.2.0.1 + 1.2.1.0 diff --git a/Cloud OCR Snip/Cloud OCR Snip/MainWindow.xaml.cs b/Cloud OCR Snip/Cloud OCR Snip/MainWindow.xaml.cs index c71e0d7..5a95012 100644 --- a/Cloud OCR Snip/Cloud OCR Snip/MainWindow.xaml.cs +++ b/Cloud OCR Snip/Cloud OCR Snip/MainWindow.xaml.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Linq; diff --git a/README.md b/README.md index 0edb5c6..88d4cb9 100644 --- a/README.md +++ b/README.md @@ -1,32 +1,34 @@ -# Cloud OCR Snip -Accurately read text from screen shots using cloud services. -## Features -* Ultra-high precision transcription is possible with cloud services. -* In addition to screen shots, it is possible to transcribe from image files and images on the clipboard. -* Customizable keyboard shortcuts. -* Similar in feel to the standard Windows application "Snip & Sketch". -* Easily add available languages and transcription services (rebuild required). -## Currently available languages -English, Japanese(日本語) -\* This list can be expanded by you. Please see the [contribution page](https://github.com/bigbamboo-jp/cloud-ocr-snip/wiki/About-contribution) for details. -## Currently supported transcription services -* Google Cloud Vision API ([service website](https://cloud.google.com/vision)) - It's free up to 1000 times a month, after which you'll be charged $ 1.50 for every 1000 times (as of December 19, 2021). - -\* This list can be expanded by you. Please see the [contribution page](https://github.com/bigbamboo-jp/cloud-ocr-snip/wiki/About-contribution) for details. -## Start using -First of all, install the application. Download the latest version of the installer from the releases page. -Releases: https://github.com/bigbamboo-jp/cloud-ocr-snip/releases -Then run the installer and follow the on-screen instructions to install. When the installation is completed, the initial setting screen will be displayed automatically. -## How to register for the transcription service -During the initial setup, you may be asked for the credentials (service account key, etc.) required to access the transcription service. -In most cases, each service has an official guide, but if the service you are using does not provide a guide or if you are not sure about the official guide, please use the information below. -* Google Cloud Vision API - Try searching the web with "How to Create Google API JSON Credential" etc. -## Contribution -Please see the [contribution page](https://github.com/bigbamboo-jp/cloud-ocr-snip/wiki/About-contribution). -## Licence -Please see the [license file](LICENSE.txt). -### About developers -All development up to the first edition is done by Takuma Otake (excluding those by third parties). -The development of the parts added and changed after the release was done by Takuma Otake and his contributors. \ No newline at end of file +# Cloud OCR Snip +Accurately read text from screen shots using cloud services. +## Features +* Ultra-high precision transcription is possible with cloud services. +* In addition to screen shots, it is possible to transcribe from image files and images on the clipboard. +* Customizable keyboard shortcuts. +* Similar in feel to the standard Windows application "Snip & Sketch". +* Easily add available languages and transcription services (rebuild required). +## Operating environment +Windows 8.1, 10, 11 (64bit) +## Currently available languages +English, Japanese(日本語) +\* This list can be expanded by you. Please see the [contribution page](https://github.com/bigbamboo-jp/cloud-ocr-snip/wiki/About-contribution) for details. +## Currently supported transcription services +* Google Cloud Vision API ([service website](https://cloud.google.com/vision)) + It's free up to 1000 times a month, after which you'll be charged $ 1.50 for every 1000 times (as of December 19, 2021). + +\* This list can be expanded by you. Please see the [contribution page](https://github.com/bigbamboo-jp/cloud-ocr-snip/wiki/About-contribution) for details. +## Start using +First of all, install the application. Download the latest version of the installer from the releases page. +Releases: https://github.com/bigbamboo-jp/cloud-ocr-snip/releases +Then run the installer and follow the on-screen instructions to install. When the installation is completed, the initial setting screen will be displayed automatically. +## How to register for the transcription service +During the initial setup, you may be asked for the credentials (service account key, etc.) required to access the transcription service. +In most cases, each service has an official guide, but if the service you are using does not provide a guide or if you are not sure about the official guide, please use the information below. +* Google Cloud Vision API + Try searching the web with "How to Create Google API JSON Credential" etc. +## Contribution +Please see the [contribution page](https://github.com/bigbamboo-jp/cloud-ocr-snip/wiki/About-contribution). +## Licence +Please see the [license file](LICENSE.txt). +### About developers +All development up to the first edition is done by Takuma Otake (excluding those by third parties). +The development of the parts added and changed after the release was done by Takuma Otake and his contributors. diff --git a/installer_configuration.iss b/installer_configuration.iss index 01b8e3a..e65bc68 100644 --- a/installer_configuration.iss +++ b/installer_configuration.iss @@ -3,12 +3,12 @@ #define MyAppName "Cloud OCR Snip" #define MyAppNameForFile "Cloud-OCR-Snip" -#define MyAppVersion "1.2.0.1" -#define MyAppVersionForFile "1-2-0-1" +#define MyAppVersion "1.2.1.0" +#define MyAppVersionForFile "1-2-1-0" #define MyAppPublisher "Takuma Otake" #define MyAppExeName "CloudOCRSnip.exe" #define CurrentYear GetDateTimeString('yyyy', '', '') -#define dotNETInstallerExeName "windowsdesktop-runtime-6.0.1-win.exe" +#define dotNETInstallerExeName "windowsdesktop-runtime.exe" [Setup] ; NOTE: The value of AppId uniquely identifies this application. @@ -85,8 +85,7 @@ Source: "{#SourcePath}\Cloud OCR Snip\Cloud OCR Snip\bin\Release\net6.0-windows\ Source: "{#SourcePath}\Cloud OCR Snip\Cloud OCR Snip\bin\Release\net6.0-windows\Newtonsoft.Json.dll"; DestDir: "{app}"; Flags: ignoreversion Source: "{#SourcePath}\Cloud OCR Snip\Cloud OCR Snip\bin\Release\net6.0-windows\ref\*"; DestDir: "{app}\ref"; Flags: ignoreversion recursesubdirs createallsubdirs Source: "{#SourcePath}\Cloud OCR Snip\Cloud OCR Snip\bin\Release\net6.0-windows\runtimes\*"; DestDir: "{app}\runtimes"; Flags: ignoreversion recursesubdirs createallsubdirs -Source: "{#SourcePath}\windowsdesktop-runtime-6.0.1-win-x86.exe"; DestDir: "{tmp}"; DestName: "{#dotNETInstallerExeName}"; Flags: ignoreversion; Check: not Is64BitInstallMode -Source: "{#SourcePath}\windowsdesktop-runtime-6.0.1-win-x64.exe"; DestDir: "{tmp}"; DestName: "{#dotNETInstallerExeName}"; Flags: ignoreversion; Check: Is64BitInstallMode +Source: "{#SourcePath}\windowsdesktop-runtime-6.0.1-win-x64.exe"; DestDir: "{tmp}"; DestName: "{#dotNETInstallerExeName}"; Flags: ignoreversion ; NOTE: Don't use "Flags: ignoreversion" on any shared system files [Icons]