-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from bigbamboo-jp/release-1.2.1.0
Release 1.2.1.0
- Loading branch information
Showing
6 changed files
with
43 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters