From 331e80589b494cc5b4f53ba41242cbbcea63f262 Mon Sep 17 00:00:00 2001 From: Takuma Otake <96374682+bigbamboo-jp@users.noreply.github.com> Date: Mon, 19 Aug 2024 15:59:47 +0900 Subject: [PATCH] Address build warnings --- Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj | 4 ++-- .../Google Cloud Vision API/Google_Cloud_Vision_API.cs | 2 +- README.md | 5 +++-- installer_configuration_system.iss | 4 ++-- installer_configuration_user.iss | 4 ++-- 5 files changed, 10 insertions(+), 9 deletions(-) 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 629d2a4..fd6be66 100644 --- a/Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj +++ b/Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj @@ -10,7 +10,7 @@ True Copyright © 2021 Takuma Otake Icons/BlackIcon.ico - 1.3.7.0 + 1.3.8.0 10.0.17763.0 @@ -35,7 +35,7 @@ - + diff --git a/Cloud OCR Snip/Cloud OCR Snip/TranscriptionServices/Google Cloud Vision API/Google_Cloud_Vision_API.cs b/Cloud OCR Snip/Cloud OCR Snip/TranscriptionServices/Google Cloud Vision API/Google_Cloud_Vision_API.cs index 4c1a115..0bb42af 100644 --- a/Cloud OCR Snip/Cloud OCR Snip/TranscriptionServices/Google Cloud Vision API/Google_Cloud_Vision_API.cs +++ b/Cloud OCR Snip/Cloud OCR Snip/TranscriptionServices/Google Cloud Vision API/Google_Cloud_Vision_API.cs @@ -176,7 +176,7 @@ internal override async Task DetectText(System.Drawing.Bitmap image, str } else { - throw ex; + throw; } return null; } diff --git a/README.md b/README.md index 2808e4f..4e55ab7 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,14 @@ Accurately read text from screenshots using cloud services. * Similar in feel to the standard Windows application "Snipping Tool". * Easily add available languages and transcription services (rebuild required). ## Operating environment -Windows 10, 11 (x64 systems only) +Windows 10, 11 (x64 architecture only) +\*The ARM64 architecture version of Windows 11 can run applications that are created for the x64 architecture. ## 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/Contribution) for details. ## Currently supported transcription services * Google Cloud Vision API ([service website](https://cloud.google.com/vision)) - Free up to 1000 times per month, thereafter US$1.50 will be charged for every 1000 times (as of July 16, 2024). + Free up to 1000 times per month, thereafter US$1.50 will be charged for every 1000 times (as of August 19, 2024). \*This list can be expanded by you. Please see the [contribution page](https://github.com/bigbamboo-jp/cloud-ocr-snip/wiki/Contribution) for details. ## Start using diff --git a/installer_configuration_system.iss b/installer_configuration_system.iss index 6cc39b0..25a5077 100644 --- a/installer_configuration_system.iss +++ b/installer_configuration_system.iss @@ -3,8 +3,8 @@ #define MyAppName "Cloud OCR Snip" #define MyAppNameForFilename "CloudOCRSnip" -#define MyAppVersion "1.3.7.0" -#define MyAppVersionForFilename "1-3-7-0" +#define MyAppVersion "1.3.8.0" +#define MyAppVersionForFilename "1-3-8-0" #define MyAppPublisher "Takuma Otake" #define MyAppExeName "CloudOCRSnip.exe" diff --git a/installer_configuration_user.iss b/installer_configuration_user.iss index d881729..3221734 100644 --- a/installer_configuration_user.iss +++ b/installer_configuration_user.iss @@ -3,8 +3,8 @@ #define MyAppName "Cloud OCR Snip" #define MyAppNameForFilename "CloudOCRSnip" -#define MyAppVersion "1.3.7.0" -#define MyAppVersionForFilename "1-3-7-0" +#define MyAppVersion "1.3.8.0" +#define MyAppVersionForFilename "1-3-8-0" #define MyAppPublisher "Takuma Otake" #define MyAppExeName "CloudOCRSnip.exe"