Issue in vision api document text detection example
In which file did you encounter the issue?
Did you change the file? If so, how?
No.
Describe the issue
Here are lines 88, 89 of this file:
if (feature == FeatureType.PAGE): bounds.append(block.bounding_box)
Here, in case the feature requested is the page - the block's bounding box is added, instead of the page's. This needs to be changed to page.bounding_box.