-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Closed
Labels
api: visionIssues related to the Cloud Vision API.Issues related to the Cloud Vision API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
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.
Metadata
Metadata
Assignees
Labels
api: visionIssues related to the Cloud Vision API.Issues related to the Cloud Vision API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.