English

Image Skew Correction in Java

In computer graphics and image processing, image skew is an angle deviation of a set of rectangular images. It is also known as image tilt or JPEG distortion. In this article, we will learn how to perform image skew correction in Java.
November 8, 2022 · 5 min · Muzammil Khan

Convert Image to Text with Spelling Correction in Java

Recognize and extract text from images, run the spell checker and autocorrect spelling mistakes in the retrieved text programmatically. In this article, you will learn how to perform OCR on images and autocorrect spelling mistakes using Java.
September 1, 2022 · 4 min · Muzammil Khan