Skip to content

Commit 2c0d454

Browse files
authored
Merge pull request #116734 from PatrickFarley/formre-small-tasks
[cog svcs] Formre small tasks
2 parents e1d178f + aae97fe commit 2c0d454

File tree

6 files changed

+18
-1
lines changed

6 files changed

+18
-1
lines changed

articles/cognitive-services/form-recognizer/quickstarts/label-tool.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,8 @@ Next, you'll create tags (labels) and apply them to the text elements that you w
139139
> * Label values as they appear on the form; don't try to split a value into two parts with two different tags. For example, an address field should be labeled with a single tag even if it spans multiple lines.
140140
> * Don't include keys in your tagged fields—only the values.
141141
> * Table data should be detected automatically and will be available in the final output JSON file. However, if the model fails to detect all of your table data, you can manually tag these fields as well. Tag each cell in the table with a different label. If your forms have tables with varying numbers of rows, make sure you tag at least one form with the largest possible table.
142-
> * To delete an applied tag, select the rectangle on the document view and press the delete key.
142+
> * Use the buttons to the right of the **+** to search, rename, reorder, and delete your tags.
143+
> * To remove an applied tag without deleting the tag itself, select the tagged rectangle on the document view and press the delete key.
143144
144145
![Main editor window of sample labeling tool](../media/label-tool/main-editor.png)
145146

articles/cognitive-services/form-recognizer/quickstarts/python-labeled-data.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ To complete this quickstart, you must have:
2525
- [Python](https://www.python.org/downloads/) installed (if you want to run the sample locally).
2626
- A set of at least six forms of the same type. You'll use this data to train the model and test a form. You can use a [sample data set](https://go.microsoft.com/fwlink/?linkid=2090451) for this quickstart. Upload the training files to the root of a blob storage container in an Azure Storage account.
2727

28+
> [!NOTE]
29+
> This quickstart uses remote documents accessed by URL. To use local files instead, see the [reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/TrainCustomModelAsync).
30+
2831
## Create a Form Recognizer resource
2932

3033
[!INCLUDE [create resource](../includes/create-resource.md)]

articles/cognitive-services/form-recognizer/quickstarts/python-layout.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ To complete this quickstart, you must have:
2424
- [Python](https://www.python.org/downloads/) installed (if you want to run the sample locally).
2525
- A form document. You can download an image from the [sample data set](https://go.microsoft.com/fwlink/?linkid=2090451) for this quickstart.
2626

27+
> [!NOTE]
28+
> This quickstart uses a locally stored document. To use learn how to use remote files accessed by URL, see the [reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/AnalyzeLayoutAsync).
29+
30+
2731
## Create a Form Recognizer resource
2832

2933
[!INCLUDE [create resource](../includes/create-resource.md)]

articles/cognitive-services/form-recognizer/quickstarts/python-receipts.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ To complete this quickstart, you must have:
2525
- [Python](https://www.python.org/downloads/) installed (if you want to run the sample locally).
2626
- A URL for an image of a receipt. You can use a [sample image](https://raw.githubusercontent.com/Azure-Samples/cognitive-services-REST-api-samples/master/curl/form-recognizer/contoso-allinone.jpg) for this quickstart.
2727

28+
> [!NOTE]
29+
> This quickstart uses a remote receipt accessed by URL. To use local files instead, see the [reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/AnalyzeReceiptAsync).
30+
2831
## Create a Form Recognizer resource
2932

3033
[!INCLUDE [create resource](../includes/create-resource.md)]

articles/cognitive-services/form-recognizer/quickstarts/python-train-extract.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ To complete this quickstart, you must have:
2525
- [Python](https://www.python.org/downloads/) installed (if you want to run the sample locally).
2626
- A set of at least five forms of the same type. You will use this data to train the model. Your forms can be of different file types but must be the same type of document. You can use a [sample data set](https://go.microsoft.com/fwlink/?linkid=2090451) for this quickstart. Upload the training files to the root of a blob storage container in an Azure Storage account.
2727

28+
> [!NOTE]
29+
> This quickstart uses remote documents accessed by URL. To use local files instead, see the [reference documentation](https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/TrainCustomModelAsync).
30+
31+
2832
## Create a Form Recognizer resource
2933

3034
[!INCLUDE [create resource](../includes/create-resource.md)]

articles/cognitive-services/form-recognizer/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@
4242
items:
4343
- name: Use Form Recognizer with Logic Apps
4444
href: tutorial-form-recognizer-with-logic-apps.md
45+
- name: Use Form Recognizer with Cognitive Search
46+
href: https://docs.microsoft.com/azure/search/cognitive-search-custom-skill-form
4547
- name: How-to guides
4648
items:
4749
- name: Build a training data set

0 commit comments

Comments
 (0)