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: sdk/formrecognizer/azure-ai-formrecognizer/README.md
+19
Original file line number
Diff line number
Diff line change
@@ -184,6 +184,16 @@ for recognized_form in result:
184
184
))
185
185
```
186
186
187
+
Alternatively, a form url can also be used to recognize custom forms using the `begin_recognize_custom_forms_from_url` method. The `_from_url` methods exist for
0 commit comments