Skip to content

Commit d50f836

Browse files
committed
bug fix
1 parent c5a1350 commit d50f836

File tree

5 files changed

+32
-16
lines changed

5 files changed

+32
-16
lines changed
8.32 KB
Loading
-91.5 KB
Loading
-68.1 KB
Loading

articles/applied-ai-services/form-recognizer/quickstarts/try-sample-label-tool.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ keywords: document processing
1919
<!-- markdownlint-disable MD029 -->
2020
# Get started with the Form Recognizer Sample Labeling tool
2121

22-
Azure Form Recognizer is a cloud-based Azure Applied AI Service that uses machine-learning models to extract key-value pairs, text, and tables from your documents. You can use Form Recognizer to automate your data processing in applications and workflows, enhance data-driven strategies, and enrich document search capabilities.
22+
Azure Form Recognizer is a cloud-based Azure Applied AI Service that uses machine-learning models to extract key-value pairs, text, and tables from your documents. You can use Form Recognizer to automate your data processing in applications and workflows, enhance data-driven strategies, and enrich document search capabilities.
2323

2424
The Form Recognizer Sample Labeling tool is an open source tool that enables you to test the latest features of Azure Form Recognizer and Optical Character Recognition (OCR) services:
2525

@@ -132,13 +132,18 @@ Train a custom model to analyze and extract data from forms and documents specif
132132

133133
[CORS (Cross Origin Resource Sharing)](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) needs to be configured on your Azure storage account for it to be accessible from the Form Recognizer Studio. To configure CORS in the Azure portal, you will need access to the CORS blade of your storage account.
134134

135-
:::image type="content" source="../media/quickstarts/storage-cors-example.png" alt-text="Screenshot that shows CORS configuration for a storage account.":::
136-
137135
1. Select the CORS blade for the storage account.
138136

137+
:::image type="content" source="../media/quickstarts/cors-setting-menu.png" alt-text="Screenshot of the CORS setting menu in the Azure portal.":::
138+
139139
1. Start by creating a new CORS entry in the Blob service.
140140

141-
1. Set the **Allowed origins** to **https://fott-2-1.azurewebsites.net**.
141+
1. Set the **Allowed origins** to **<https://fott-2-1.azurewebsites.net>**.
142+
143+
:::image type="content" source="../media/quickstarts/storage-cors-example.png" alt-text="Screenshot that shows CORS configuration for a storage account.":::
144+
145+
> [!TIP]
146+
> You can use the wildcard character '*' rather than a specified domain to allow all origin domains to make requests via CORS.
142147
143148
1. Select all the available 8 options for **Allowed methods**.
144149

@@ -261,9 +266,9 @@ Choose the Train icon on the left pane to open the Training page. Then select th
261266

262267
#### Analyze a custom form
263268

264-
1. Select the **Analyze** (light bulb) icon on the left to test your model.
269+
1. Select the **Analyze** (light bulb) icon on the left to test your model.
265270

266-
1. Select source **Local file** and browse for a file to select from the sample dataset that you unzipped in the test folder.
271+
1. Select source **Local file** and browse for a file to select from the sample dataset that you unzipped in the test folder.
267272

268273
1. Choose the **Run analysis** button to get key/value pairs, text and tables predictions for the form. The tool will apply tags in bounding boxes and will report the confidence of each tag.
269274

articles/applied-ai-services/form-recognizer/quickstarts/try-v3-form-recognizer-studio.md

Lines changed: 21 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: ignite-fall-2021, mode-ui
1515
# Get started: Form Recognizer Studio | Preview
1616

1717
>[!NOTE]
18-
> Form Recognizer Studio is currently in public preview. Some features may not be supported or have limited capabilities.
18+
> Form Recognizer Studio is currently in public preview. Some features may not be supported or have limited capabilities.
1919
2020
[Form Recognizer Studio preview](https://formrecognizer.appliedai.azure.com/) is an online tool for visually exploring, understanding, and integrating features from the Form Recognizer service in your applications. Get started with exploring the pre-trained models with sample documents or your own. Create projects to build custom template models and reference the models in your applications using the [Python SDK preview](try-v3-python-sdk.md) and other quickstarts.
2121

@@ -72,15 +72,26 @@ A **standard performance** [**Azure Blob Storage account**](https://portal.azure
7272

7373
[CORS (Cross Origin Resource Sharing)](/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services) needs to be configured on your Azure storage account for it to be accessible from the Form Recognizer Studio. To configure CORS in the Azure portal, you'll need access to the CORS blade of your storage account.
7474

75-
:::image type="content" source="../media/quickstarts/cors-updated-image.png" alt-text="Screenshot that shows CORS configuration for a storage account.":::
76-
7775
1. Select the CORS blade for the storage account.
78-
2. Start by creating a new CORS entry in the Blob service.
79-
3. Set the **Allowed origins** to **https://formrecognizer.appliedai.azure.com**.
80-
4. Select all the available 8 options for **Allowed methods**.
81-
5. Approve all **Allowed headers** and **Exposed headers** by entering an * in each field.
82-
6. Set the **Max Age** to 120 seconds or any acceptable value.
83-
7. Select the save button at the top of the page to save the changes.
76+
77+
:::image type="content" source="../media/quickstarts/cors-setting-menu.png" alt-text="Screenshot of the CORS setting menu in the Azure portal.":::
78+
79+
1. Start by creating a new CORS entry in the Blob service.
80+
81+
1. Set the **Allowed origins** to **<https://formrecognizer.appliedai.azure.com>**.
82+
83+
:::image type="content" source="../media/quickstarts/storage-cors-example.png" alt-text="Screenshot that shows CORS configuration for a storage account.":::
84+
85+
> [!TIP]
86+
> You can use the wildcard character '*' rather than a specified domain to allow all origin domains to make requests via CORS.
87+
88+
1. Select all the available 8 options for **Allowed methods**.
89+
90+
1. Approve all **Allowed headers** and **Exposed headers** by entering an * in each field.
91+
92+
1. Set the **Max Age** to 120 seconds or any acceptable value.
93+
94+
1. Select the save button at the top of the page to save the changes.
8495

8596
CORS should now be configured to use the storage account from Form Recognizer Studio.
8697

@@ -175,7 +186,7 @@ Use fixed tables to extract specific collection of values for a given set of fie
175186
### Signature detection
176187

177188
>[!NOTE]
178-
> Signature fields are currently only supported for custom template models. When training a custom neural model, labeled signature fields are ignored.
189+
> Signature fields are currently only supported for custom template models. When training a custom neural model, labeled signature fields are ignored.
179190
180191
To label for signature detection: (Custom form only)
181192

0 commit comments

Comments
 (0)