Skip to content

Commit

Permalink
[formrecognizer] Update field schema links in v3 samples (Azure#20988)
Browse files Browse the repository at this point in the history
* update field schema links in v3 samples

* update links in readme
  • Loading branch information
catalinaperalta authored Sep 30, 2021
1 parent 40f984e commit 73f924f
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions sdk/formrecognizer/azure-ai-formrecognizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -518,10 +518,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
[custom_subdomain]: https://docs.microsoft.com/azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
[service_recognize_receipt]: https://aka.ms/formrecognizer/receiptfields
[service_recognize_business_cards]: https://aka.ms/formrecognizer/businesscardfields
[service_recognize_invoice]: https://aka.ms/formrecognizer/invoicefields
[service_recognize_identity_documents]: https://aka.ms/formrecognizer/iddocumentfields
[service_recognize_receipt]: https://aka.ms/azsdk/formrecognizer/receiptfieldschema
[service_recognize_business_cards]: https://aka.ms/azsdk/formrecognizer/businesscardfieldschema
[service_recognize_invoice]: https://aka.ms/azsdk/formrecognizer/invoicefieldschema
[service_recognize_identity_documents]: https://aka.ms/azsdk/formrecognizer/iddocumentfieldschema
[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging
[sample_readme]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/samples
[changelog]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/formrecognizer/azure-ai-formrecognizer/CHANGELOG.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This sample demonstrates how to analyze business cards.
See fields found on a business card here:
https://aka.ms/formrecognizer/businesscardfields
https://aka.ms/azsdk/formrecognizer/businesscardfieldschema
USAGE:
python sample_analyze_business_cards_async.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This sample demonstrates how to analyze an identity document.
See fields found on identity documents here:
https://aka.ms/formrecognizer/iddocumentfields
https://aka.ms/azsdk/formrecognizer/iddocumentfieldschema
USAGE:
python sample_analyze_identity_documents_async.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This sample demonstrates how to analyze invoices.
See fields found on a invoice here:
https://aka.ms/formrecognizer/invoicefields
https://aka.ms/azsdk/formrecognizer/invoicefieldschema
USAGE:
python sample_analyze_invoices_async.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using a pre-trained receipt model.
See fields found on a receipt here:
https://aka.ms/formrecognizer/receiptfields
https://aka.ms/azsdk/formrecognizer/receiptfieldschema
USAGE:
python sample_analyze_receipts_async.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using a pre-trained receipt model.
See fields found on a receipt here:
https://aka.ms/formanalyzer/receiptfields
https://aka.ms/azsdk/formrecognizer/receiptfieldschema
USAGE:
python sample_analyze_receipts_from_url_async.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This sample demonstrates how to analyze business cards.
See fields found on a business card here:
https://aka.ms/formrecognizer/businesscardfields
https://aka.ms/azsdk/formrecognizer/businesscardfieldschema
USAGE:
python sample_analyze_business_cards.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This sample demonstrates how to analyze an identity document.
See fields found on identity documents here:
https://aka.ms/formrecognizer/iddocumentfields
https://aka.ms/azsdk/formrecognizer/iddocumentfieldschema
USAGE:
python sample_analyze_identity_documents.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
This sample demonstrates how to analyze invoices.
See fields found on a invoice here:
https://aka.ms/formrecognizer/invoicefields
https://aka.ms/azsdk/formrecognizer/invoicefieldschema
USAGE:
python sample_analyze_invoices.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using a pre-trained receipt model.
See fields found on a receipt here:
https://aka.ms/formrecognizer/receiptfields
https://aka.ms/azsdk/formrecognizer/receiptfieldschema
USAGE:
python sample_analyze_receipts.py
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
using a pre-trained receipt model.
See fields found on a receipt here:
https://aka.ms/formanalyzer/receiptfields
https://aka.ms/azsdk/formrecognizer/receiptfieldschema
USAGE:
python sample_analyze_receipts_from_url.py
Expand Down

0 comments on commit 73f924f

Please sign in to comment.