I am doing character recognition in ID cards in opencv-2.x using C++. I tried Tesseract OCR, but it didn't give me better results than my own neural network training and all. Although, I am still struggling with segmentation of characters. I was wondering if it is possible to get the character or word position from Tesseract OCR Api in C++ and use my neural network for prediction. Any suggestions?
Simply, I need bounding box of each character in ID using Tesseract.