Skip to content

Commit cc03b78

Browse files
Update articles/cognitive-services/form-recognizer/includes/quickstarts/python-sdk.md
Co-authored-by: Krista Pratico <[email protected]>
1 parent b8b1b74 commit cc03b78

File tree

1 file changed

+1
-2
lines changed
  • articles/cognitive-services/form-recognizer/includes/quickstarts

1 file changed

+1
-2
lines changed

articles/cognitive-services/form-recognizer/includes/quickstarts/python-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ for idx, content in enumerate(contents):
128128
cell.text,
129129
format_bounding_box(cell.bounding_box)
130130
))
131-
# [END recognize_content]
132131
for line_idx, line in enumerate(content.lines):
133132
print("Line # {} has word count '{}' and text '{}' within bounding box '{}'".format(
134133
line_idx,
@@ -424,4 +423,4 @@ In this quickstart, you used the Form Recognizer Python client library to train
424423
> [Build a training data set](../../build-training-data-set.md)
425424
426425
* [What is Form Recognizer?](../../overview.md)
427-
* The sample code from this guide (and more) can be found on [GitHub](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples).
426+
* The sample code from this guide (and more) can be found on [GitHub](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/formrecognizer/azure-ai-formrecognizer/samples).

0 commit comments

Comments
 (0)