I have a document image which have text inside rectangle, i need to clear read the text with tesseract, but the problem is, as long as border there, tesseract cant read it well.
I use opencv with python, the result i need so in whole document image only show the text without box or border.
how to do it?