Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[formrecognizer] more link updates #18923

Merged
merged 3 commits into from
May 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions sdk/formrecognizer/azure-ai-formrecognizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ from form documents. It includes the following main functionalities:
* Invoice model - Recognize data from invoices using a prebuilt model.
* Identity document model - Recognize data from identity documents using a prebuilt model.

[Source code][python-fr-src] | [Package (PyPI)][python-fr-pypi] | [API reference documentation][python-fr-ref-docs]| [Product documentation][python-fr-product-docs] | [Samples][python-fr-samples]
[Source code][python-fr-src] | [Package (PyPI)][python-fr-pypi] | [API reference documentation][python-fr-ref-docs] | [Product documentation][python-fr-product-docs] | [Samples][python-fr-samples]

## Getting started

Expand Down Expand Up @@ -472,8 +472,6 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[python-fr-product-docs]: https://docs.microsoft.com/azure/cognitive-services/form-recognizer/overview
[python-fr-ref-docs]: https://aka.ms/azsdk/python/formrecognizer/docs
[python-fr-samples]: https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples
[train-a-model-using-labeled-data]: https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/python-labeled-data#train-a-model-using-labeled-data


[training_data]: https://docs.microsoft.com/azure/cognitive-services/form-recognizer/build-training-data-set
[azure_subscription]: https://azure.microsoft.com/free/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
forms found in https://aka.ms/azsdk/formrecognizer/sampletrainingfiles
Upload the forms to your storage container and then generate a container SAS URL using these instructions:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/python-labeled-data#train-a-model-using-labeled-data
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
catalinaperalta marked this conversation as resolved.
Show resolved Hide resolved
More details on setting up a container and required file structure can be found here:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/build-training-data-set
To see how to label your documents, you can use the service's labeling tool to label your documents:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/label-tool. Follow the
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/label-tool?tabs=v2-1. Follow the
instructions to store these labeled files in your blob container with the other form files.
See sample_recognize_custom_forms_async.py to recognize forms with your custom model.
Expand All @@ -30,7 +30,7 @@
1) AZURE_FORM_RECOGNIZER_ENDPOINT - the endpoint to your Cognitive Services resource.
2) AZURE_FORM_RECOGNIZER_KEY - your Form Recognizer API key
3) CONTAINER_SAS_URL - The shared access signature (SAS) Url of your Azure Blob Storage container with your labeled data.
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/python-labeled-data#train-a-model-using-labeled-data
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
for more detailed descriptions on how to get it.
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
forms found in https://aka.ms/azsdk/formrecognizer/sampletrainingfiles

Upload the forms to your storage container and then generate a container SAS URL using these instructions:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/python-labeled-data#train-a-model-using-labeled-data
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
More details on setting up a container and required file structure can be found here:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/build-training-data-set

Expand All @@ -27,7 +27,7 @@
1) AZURE_FORM_RECOGNIZER_ENDPOINT - the endpoint to your Cognitive Services resource.
2) AZURE_FORM_RECOGNIZER_KEY - your Form Recognizer API key
3) CONTAINER_SAS_URL - The shared access signature (SAS) Url of your Azure Blob Storage container with your forms.
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/label-tool#connect-to-the-sample-labeling-tool
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
for more detailed descriptions on how to get it.
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
forms found in https://aka.ms/azsdk/formrecognizer/sampletrainingfiles

Upload the forms to your storage container and then generate a container SAS URL using these instructions:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/python-labeled-data#train-a-model-using-labeled-data
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
More details on setting up a container and required file structure can be found here:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/build-training-data-set

To see how to label your documents, you can use the service's labeling tool to label your documents:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/label-tool. Follow the
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/label-tool?tabs=v2-1. Follow the
instructions to store these labeled files in your blob container with the other form files.
See sample_recognize_custom_forms.py to recognize forms with your custom model.

Expand All @@ -30,7 +30,7 @@
1) AZURE_FORM_RECOGNIZER_ENDPOINT - the endpoint to your Cognitive Services resource.
2) AZURE_FORM_RECOGNIZER_KEY - your Form Recognizer API key
3) CONTAINER_SAS_URL - The shared access signature (SAS) Url of your Azure Blob Storage container with your labeled data.
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/python-labeled-data#train-a-model-using-labeled-data
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
for more detailed descriptions on how to get it.
"""

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
forms found in https://aka.ms/azsdk/formrecognizer/sampletrainingfiles
Upload the forms to your storage container and then generate a container SAS URL using these instructions:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/python-labeled-data#train-a-model-using-labeled-data
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
More details on setting up a container and required file structure can be found here:
https://docs.microsoft.com/azure/cognitive-services/form-recognizer/build-training-data-set
Expand All @@ -27,7 +27,7 @@
1) AZURE_FORM_RECOGNIZER_ENDPOINT - the endpoint to your Cognitive Services resource.
2) AZURE_FORM_RECOGNIZER_KEY - your Form Recognizer API key
3) CONTAINER_SAS_URL - The shared access signature (SAS) Url of your Azure Blob Storage container with your forms.
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/label-tool#connect-to-the-sample-labeling-tool
See https://docs.microsoft.com/azure/cognitive-services/form-recognizer/quickstarts/get-started-with-form-recognizer#train--analyze-a-custom-form
mssfang marked this conversation as resolved.
Show resolved Hide resolved
for more detailed descriptions on how to get it.
"""

Expand Down