Update README for pointing to latest tool. (#1052)

This commit is contained in:
Buddha Wang 2022-11-14 10:05:49 +08:00 коммит произвёл GitHub
Родитель 801731cff2
Коммит 9f39d5e2bd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 14 добавлений и 3 удалений

Просмотреть файл

@ -13,7 +13,10 @@ Form Recognizer の改善にご協力ください。[Take our survey!](https://a
このリポジトリの目的は、お客様が Microsoft Forms と OCR サービスを使用する際に、最新のツールをテストできるようにすることです。現在のところ、Labeling Tool がここで紹介する最初のツールです。ユーザーはフィードバックを提供し、独自のニーズを満たすために顧客固有の変更を行うことができます。Microsoft Azure Form Recognizer チームは、定期的にソースコードを更新する予定です。コントリビュートしたいと思われる方は、コントリビュートのセクションをご覧ください。
**このツールの最新の GA バージョンをチェックしたい方は、こちらの[リンク]((https://github.com/microsoft/OCR-Form-Tools/tree/v2.0-General-Availability-Release))をご覧ください。**
* **このツールの最新の GA バージョンをチェックしたい方は、こちらの[Form-Recognizer-Toolkit](https://github.com/microsoft/Form-Recognizer-Toolkit/tree/main/SampleCode/LabelingUX), or [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)をご覧ください。**
* **このツールのV2.1の GA バージョンをチェックしたい方は、こちらの[リンク](https://github.com/microsoft/OCR-Form-Tools/tree/v2.1-General-Availability-Release)をご覧ください。**
* **このツールのV2.0の GA バージョンをチェックしたい方は、こちらの[リンク](https://github.com/microsoft/OCR-Form-Tools/tree/v2.0-General-Availability-Release)をご覧ください。**
___

Просмотреть файл

@ -11,9 +11,12 @@ An open source labeling tool for [Form Recognizer](https://docs.microsoft.com/en
This is a `MAIN` branch of the Tool. It contains all the newest features available. This is **NOT** the most stable version since this is a preview.
The purpose of this repo is to allow customers to test the latest tools available when working with Microsoft Forms and OCR services. Currently, Labeling tool is the first tool we present here. Users could provide feedback, and make customer-specific changes to meet their unique needs. Microsoft Azure Form Recognizer team will update the source code periodically. If you would like to contribute, please check the contributing section.
The purpose of this repo is to allow customers to test the tools available when working with Microsoft Forms and OCR services. Currently, Labeling tool is the first tool we present here. Users could provide feedback, and make customer-specific changes to meet their unique needs. Microsoft Azure Form Recognizer team will update the source code periodically. If you would like to contribute, please check the contributing section.
* **If you want to checkout our latest GA version, please go to [Form-Recognizer-Toolkit](https://github.com/microsoft/Form-Recognizer-Toolkit/tree/main/SampleCode/LabelingUX), or use [Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio).**
* **If you want to checkout our V2.1 GA version of the tool, please follow this [link](https://github.com/microsoft/OCR-Form-Tools/tree/v2.1-General-Availability-Release).**
* **If you want to checkout our V2.0 GA version of the tool, please follow this [link](https://github.com/microsoft/OCR-Form-Tools/tree/v2.0-General-Availability-Release).**
**If you want to checkout our latest GA version of the tool, please follow this [link](https://github.com/microsoft/OCR-Form-Tools/tree/v2.0-General-Availability-Release).**
___
FOTT's Labeling Tool is a React + Redux Web application, written in [TypeScript](https://github.com/Microsoft/TypeScript). This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

Просмотреть файл

@ -6,6 +6,11 @@
本仓库的目的是开发并维护和微软表单识别和OCR服务相关的多种工具。目前表单标注工具是首个发布到本仓库的工具。用户可以提供反馈并根据自己的需求做定制化改动。微软Azure表单识别团队将定期更新源代码。如果你希望参与此项目请参考下文的参与贡献一节。
* **如果想使用最新GA版本的工具請至 [Form-Recognizer-Toolkit](https://github.com/microsoft/Form-Recognizer-Toolkit/tree/main/SampleCode/LabelingUX),或者[Form Recognizer Studio](https://formrecognizer.appliedai.azure.com/studio)。**
* **如果想使用V2.1 GA版本的工具請至 [link](https://github.com/microsoft/OCR-Form-Tools/tree/v2.1-General-Availability-Release).**
* **如果想使用V2.0 GA版本的工具請至 [link](https://github.com/microsoft/OCR-Form-Tools/tree/v2.0-General-Availability-Release).**
FOTT 的标注工具是一个由 React + Redux 开发的 Web 应用程序, 该项目使用 [Typescript](https://github.com/Microsoft/TypeScript) 语言开发。本项目使用 [Create React App](https://github.com/facebook/create-react-app) 启动。
当前标注工具具有下面这些特性: