Skip to content

Commit 5cfef1f

Browse files
committed
resolve feedback
1 parent 9b0cc03 commit 5cfef1f

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

articles/applied-ai-services/form-recognizer/compose-custom-models-preview.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ to an Azure blob storage container.
7171

7272
If you want to use manually labeled data, you'll also have to upload the *.labels.json* and *.ocr.json* files that correspond to your training documents.
7373

74-
*See* [Train with labels](#train-with-labels)
7574

7675
## Train your custom model
7776

articles/applied-ai-services/form-recognizer/concept-general-document.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ recommendations: false
1818
The General document preview model combines powerful Optical Character Recognition (OCR) capabilities with deep learning models to extract key-value pairs, selection marks, and entities from documents. General document is only available with the preview (v3.0) API. For more information on using the preview (v3.0) API, see our [migration guide](v3-migration-guide.md).
1919

2020

21-
The general document API supports most form types and will analyze your documents and extract keys and associated values. It is ideal for extracting common key-value pairs from documents. You can use the general document model as an alternative to [training a custom model without labels](compose-custom-models.md#train-without-labels).
21+
The general document API supports most form types and will analyze your documents and extract keys and associated values. It is ideal for extracting common key-value pairs from documents. You can use the general document model as an alternative to training a custom model without labels.
2222

2323
> [!NOTE]
2424
> The ```2022-01-30-preview``` update to the general document model adds support for selection marks.

articles/applied-ai-services/form-recognizer/concept-model-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ The Read API analyzes and extracts ext lines, words, their locations, detected l
4848

4949
:::image type="content" source="media/studio/general-document.png" alt-text="Screenshot: Studio general document icon.":::
5050

51-
* The general document API supports most form types and will analyze your documents and associate values to keys and entries to tables that it discovers. It's ideal for extracting common key-value pairs from documents. You can use the general document model as an alternative to [training a custom model without labels](compose-custom-models.md#train-without-labels).
51+
* The general document API supports most form types and will analyze your documents and associate values to keys and entries to tables that it discovers. It's ideal for extracting common key-value pairs from documents. You can use the general document model as an alternative to training a custom model without labels.
5252

5353
* The general document is a pre-trained model and can be directly invoked via the REST API.
5454

0 commit comments

Comments
 (0)