I use Google Cloud Vision Document OCR API. The resulted text that is returned by com.google.cloud.vision.v1.AnnotateImageResponse.getFullTextAnnotation().getText() is a little bit messy and lose the text formatting presented on the original image.
Is there with Google Cloud Vision Document OCR API a way to keep the layout(formatting) in the resulted text?