I am working OCR handwriting to text conversion using Google cloud vision api.
Input is a pdf with 1-5 pages, but the catch is the each page of pdf can have default header and footer printed on it and in between that, an answer would be written by the student.
I am doing this in nodejs but open to suggestions if I can do this with accuracy.
Now the issue is, google OCR is converting everything into the plain text without telling which one was printed text vs handwriting.
Any which way I can achieve that?