When I perform OCR for single document using files:annotate API, it is detecting all lines in a page. But when I perform OCR for document containing multiple pages using files:asyncBatchAnnotate API, I always see last few lines missing in each page. I tried setting crop hints but still no help. Please suggest if I am missing any thing.
I am using following curl command
curl -X POST -H "Authorization: Bearer <AUTH_TOKEN>" -H "Content-Type: application/json; charset=utf-8" https://vision.googleapis.com/v1/files:asyncBatchAnnotate -d @<path to json request files>