Tag Archives: Text extraction

Search and Extract Text from PDF Programmatically using C#

Extract text from PDF documents. You can extract from a specific page or region, or whole PDF file. Read text using .NET C# language.
Posted in Aspose.PDF Product Family | Tagged , , , , , ,

Support for Optical Mark Recognition (OMR) with Aspose.OCR for Java 1.7.0

Aspose.OCR for Java logo

We are pleased to announce the release of Aspose.OCR for Java 1.7.0. In this release we have introduced Optical Mark Recognition (OMR). The Aspose.OMR package can be used to recognize different marked elements in a scanned image. Recognition is processed based on a template that contains graphical mapping of the elements to be recognized from the scanned images. Programmers can now load templates and images, and extract data based on these. Check out the detailed technical article on How to Continue Reading

Posted in Aspose.Total Product Family, Aspose.OCR Product Family, Babar Raza | Tagged , , , , , , , , ,

Control the Appearance of Empty Signature Fields in PDF using Java

Control the Appearance of Empty Signature Fields in PDF

We are pleased to announce the release of Aspose.PDF for Java 4.5.0. In this release version, we have greatly improved the text extraction feature and we have also introduced a method to control the appearance of empty signature fields. In order to fulfill this requirement, new methods are implemented in the FormEditor class. Now you can make form fields hidden by specifying the Form.FLAG_HIDDEN flag as a parameter of the addField(…) method.

FormEditor editor = new FormEditor(INPUT_FILE, tmp_filename);  
editor.addField(FieldType.Signature, "Kunde", 
Continue Reading
Posted in Aspose.PDF Product Family, Nayyer Shahbaz | Tagged , , , , , , , , ,