Skip to content

Commit

Permalink
fix line in general document sample code (#21936)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinaperalta authored Nov 30, 2021
1 parent 1d9ebe9 commit 7e7fb30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/formrecognizer/azure-ai-formrecognizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ for page in result.pages:
line_idx,
len(words),
line.content,
format_bounding_box(line.bounding_box),
line.bounding_box,
)
)

Expand Down

0 comments on commit 7e7fb30

Please sign in to comment.