php - Google Vision API normalize image
one text
Solution:
The API returns the height and width: https://cloud.google.com/vision/docs/reference/rest/v1/AnnotateImageResponse#page
You could use those numbers and the numbers from your golden image to know how much to shift the boxes.
Source