I'm searching for a plain java solution to detect the text orientation (0, 90, 180, 270) degrees on an image. I already tried it with the Hough-Transform algorithm, but without success.
Is there any other algorithm I can use?
Best
I'm searching for a plain java solution to detect the text orientation (0, 90, 180, 270) degrees on an image. I already tried it with the Hough-Transform algorithm, but without success.
Is there any other algorithm I can use?
Best