Picture link I have to pre-process some documents for automated data extraction through pytesseract, but many of those images have text areas that are differently skewed.
Because of this most methods are not working which detect and de skew the image by calculating a uniform skew angle. The whole image has text areas that require de-skewing with different angles.
I am working with python and have tried the methods down below