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

Convert Image to Text using Java OCR API

The Optical Character Recognition (OCR) technology has made it possible to recognize and read the text within the scanned documents and images. OCR lets you convert the read-only text into an editable form. The converted text can further be processed for operations such as text analysis. In this article, I’ll show you how to perform OCR on images (PNG, JPG, BMP, and GIF) and convert images to text using Java OCR API - Aspose.
July 28, 2020 · 3 min · Usman Aziz

Enable Automatic Image Correction Filters with Aspose.OCR for Java 3.3.0

We are pleased to announce that Aspose.OCR for Java 3.3.0 is now available for public use. This release includes image skew correction using algorithm. Image Skew Correction Using Algorithm Aspose.OCR for Java provides the facility to perform image skew correction using algorithm. The following is the code demonstration of how an OMR scanned sheet image can be deskewed/straighten using the SkewCorrectionAlgorithm class. Please review the release notes of Aspose.OCR for Java 3.
April 25, 2017 · 2 min · Ikram Haq