Skip to content

Commit

Permalink
Merge pull request #6 from bigbamboo-jp/release-1.2.1.0
Browse files Browse the repository at this point in the history
Release 1.2.1.0
  • Loading branch information
bigbamboo-jp authored Dec 28, 2021
2 parents 490eaec + 6ad57a2 commit 45cdf3a
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 42 deletions.
2 changes: 1 addition & 1 deletion Cloud OCR Snip/Cloud OCR Snip/AESThenHMAC.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cloud OCR Snip/Cloud OCR Snip/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Windows;
using System.Windows;

[assembly: ThemeInfo(
ResourceDictionaryLocation.None, //where theme specific resource dictionaries are located
Expand Down
4 changes: 2 additions & 2 deletions Cloud OCR Snip/Cloud OCR Snip/Cloud OCR Snip.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<OutputType>WinExe</OutputType>
Expand All @@ -10,7 +10,7 @@
<UseWindowsForms>True</UseWindowsForms>
<Copyright>Copyright © 2021 Takuma Otake</Copyright>
<ApplicationIcon>Icons/BlackIcon.ico</ApplicationIcon>
<Version>1.2.0.1</Version>
<Version>1.2.1.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Cloud OCR Snip/Cloud OCR Snip/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
Expand Down
66 changes: 34 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
# 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.
9 changes: 4 additions & 5 deletions installer_configuration.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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]
Expand Down

0 comments on commit 45cdf3a

Please sign in to comment.