Search
Follow Us
Categories
- Success Stories(157)
Archives
Author Archives: Ikram Ul Haq
Supply multiple whitelists for single OCR operation with Aspose.OCR for Java 16.10
We are pleased to announce that Aspose.OCR for Java 16.10 is now available for public use. The major development in this release is support for supplying multiple white lists for single OCR operation.
Supply Multiple White Lists
Aspose.OCR for Java provides the functionality to perform the OCR operation with more than one white list for a single OCR operation. Aspose.OCR for Java API has introduced a new property setWhitelist in RecognitionBlock class. With the help of this property developer can … Continue Reading
Posted in Aspose.OCR Product Family
Convert DWG to PNG in C# with Aspose.CAD for .NET
We are pleased to announce the release of Aspose.CAD for .NET 16.10. There are many improvements and enhancements introduced in this release. The optimized process of loading the DGN file has been incorporated in this release. Conversion from DWG format to PNG format process has also been enhanced.
Convert DWG to PNG in C#
The following code sample shows how to convert DWG to PNG in C#.
Enhancements
The following enhancements have been introduced in this release.
- The process of
Posted in Aspose.CAD Product Family Tagged DWG to PNG in Csharp
Supply multiple whitelists for single OCR operation with Aspose.OCR for .Net 16.10
We are pleased to announce the release of Aspose.OCR for .Net 16.10. The major development in this release is support for supplying multiple white lists for single OCR operation. Improved process of barcode recognition from OMR sheet has also been incorporated in this release.
Supply Multiple White Lists
Aspose.OCR for .Net provides the functionality to perform the OCR operation with more than one white list for a single OCR operation. Aspose.OCR for .Net API has introduced a new property Whitelist… Continue Reading
Posted in Aspose.OCR Product Family
Improved OCR Process Through Optimize Bitmap Processing using Java
We are pleased to announce that Aspose.OCR for Java 3.7.0 is now available for public use. This release includes improved mechanism to classify punctuation. The algorithm that deals with commas, dots etc has been enhanced. Optimization in bitmap image processing to speed up OCR operation has also been incorporated in this release. The optimized process handles images inside the OCR engine in order to speed it up OCR operation.
Aspose.OCR for Java Resources
The resources, you may need to accomplish … Continue Reading
Posted in Aspose.OCR Product Family
Search Text in DWG and Convert DGN to PDF or Images with Aspose.CAD for Java 1.1.0
We are pleased to announce that Aspose.CAD for Java 1.1.0 has been released. The major developments in this release are the ability to search text within the DWG file and support to convert DGN file to PDF & raster image formats. This release also supports to retrieve block attribute values from within a DWG file and its external references.
Search Text in DWG File
Aspose.CAD for Java API allows you to search text in a DWG AutCAD file. … Continue Reading
Convert EMF to WMF Fomat using C# or VB.NET
We are pleased to announce the release of Aspose.Imaging for .NET 4.0.0. The major development in this release is support for converting EMF to WMF metafile image.
Convert EMF to WMF Metafile Image using C#
Aspose.Imaging for .Net now supports converting EMF metafile image to WMF format. Below provided sample code demonstrates how simple it is to convert EMF metafile to WMF format.
string inputFileName = @"TestEmfPlusFigures.emf";
string outputFileName = inputFileName + ".wmf";
// Load an existing EMF file as
… Continue Reading Posted in Aspose.Imaging Product Family