You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/quickstarts/includes/v3-python-sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ In this quickstart you'll, use the following features to analyze and extract dat
31
31
32
32
* Your Python installation should include [pip](https://pip.pypa.io/en/stable/). You can check if you have pip installed by running `pip --version` on the command line. Get pip by installing the latest version of Python.
33
33
34
-
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE. For more information, *see*[Getting Started with Python in VS Code](https://code.visualstudio.com/docs/python/python-tutorial)
34
+
* The latest version of [Visual Studio Code](https://code.visualstudio.com/) or your preferred IDE. For more information, *see*[Getting Started with Python in VS Code](https://code.visualstudio.com/docs/python/python-tutorial).
35
35
36
36
* A Cognitive Services or Form Recognizer resource. Once you have your Azure subscription, create a [single-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesFormRecognizer) or [multi-service](https://portal.azure.com/#create/Microsoft.CognitiveServicesAllInOne) Form Recognizer resource, in the Azure portal, to get your key and endpoint. You can use the free pricing tier (`F0`) to try the service, and upgrade later to a paid tier for production.
Copy file name to clipboardExpand all lines: articles/applied-ai-services/form-recognizer/whats-new.md
+32-32Lines changed: 32 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,27 +23,27 @@ Form Recognizer service is updated on an ongoing basis. Bookmark this page to st
23
23
24
24
**Form Recognizer REST API v3.0 is now generally available and ready for use in production applications!**
25
25
26
-
#### The August release introduces the following performance updates:
26
+
#### The August release introduces the following new capabilities and updates:
27
27
28
28
##### Form Recognizer Studio updates
29
29
30
30
***Next steps**. Under each model page, the Studio now has a next steps section. Users can quickly reference sample code, troubleshooting guidelines, and pricing information.
31
31
32
32
***Custom models**. The Studio now includes the ability to reorder labels in custom model projects to improve labeling efficiency.
33
33
34
-
***Copy Models** Custom models can be copied across Form Recognizer services from within the Studio. This enables the promotion of a trained model to other environments and regions.
34
+
***Copy Models** Custom models can be copied across Form Recognizer services from within the Studio. The operation enables the promotion of a trained model to other environments and regions.
35
35
36
36
***Delete documents**. The Studio now supports deleting documents from labeled dataset within custom projects.
37
37
38
38
##### Form Recognizer service updates
39
39
40
40
*[**prebuilt-invoice**](concept-invoice.md). The TotalVAT and Line/VAT fields will now resolve to the existing fields TotalTax and Line/Tax respectively.
41
41
42
-
*[**prebuilt-idDocument**](concept-id-document.md). Data extraction support for US state ID, social security, and green cards as well as passport visa information.
42
+
*[**prebuilt-idDocument**](concept-id-document.md). Data extraction support for US state ID, social security, and green cards. Support for passport visa information.
43
43
44
44
*[**prebuilt-receipt**](concept-receipt.md). Expanded locale support for French (fr-FR), Spanish (es-ES), Portuguese (pt-PT), Italian (it-IT) and German (de-DE).
45
45
46
-
*[**prebuilt-businessCard**](concept-business-card.md). Address parsing support to extract sub-fields for address components like address, city, state, country, and zip code.
46
+
*[**prebuilt-businessCard**](concept-business-card.md). Address parsing support to extract subfields for address components like address, city, state, country, and zip code.
47
47
48
48
***AI quality improvements**
49
49
@@ -89,41 +89,41 @@ This new release includes the following updates:
0 commit comments