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] Update field schema links in v3 samples #20988

Merged
merged 2 commits into from
Sep 30, 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
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