Search results for "imaging/imagegear/ig_about"

Press Release

Accusoft Corporation Celebrates 30 Year Anniversary

TAMPA, Fla. – 2021 marks the 30th anniversary for Accusoft Corporation, the longtime leader in content, processing, conversion, and automation technologies for developers. Headquartered in Tampa, FL, Accusoft was founded in 1991 as Pegasus Imaging, a provider of technology and solutions to the photo and document imaging markets. In 1998, Pegasus Imaging expanded into medical […]

Press Release

Accusoft Releases New SDK for PDF Functionality

TAMPA, Fla. – On September 22, 2020, Accusoft announced its latest SDK, ImageGear PDF. This integration enables developers to add a variety of PDF functionalities into an application. “We are proud to add ImageGear PDF as the latest addition to our product portfolio,” says Jack Berlin, CEO of Accusoft. “We recognized a need in the […]

Technical FAQ

In ImageGear .NET, what are the feature differences between an OCR Standard license, an OCR Plus license, and an OCR Asian license?

Question For ImageGear .NET, what are the feature differences between an OCR Standard license, an OCR Plus license, and an OCR Asian license? https://www.accusoft.com/products/imagegear-collection/imagegear-dot-net/#pricing Answer ImageGear’s OCR library has three different functionality options that you can choose for your website or application. The primary difference between the three options is the output formats created by […]

Technical FAQ

How do I use a Network Drive path for Image and ART Storage in my ImageGear .NET web application?

Question How do I use a Network Drive path for Image and ART storage in my ImageGear .NET web application? Answer In an ImageGear .NET web application, you have to define the location of the images and annotations directory in the storageRootPath and artStorageRootPath configuration property. In the current version of ImageGear .NET, the storageRootPath […]

Fact Sheet

ImageGear Collection: Powerful Image Processing Integration

Technical FAQ

How do I use a Network Drive path for Image and ART Storage in my ImageGear .NET web application?

Question How do I use a Network Drive path for Image and ART storage in my ImageGear .NET web application? Answer In an ImageGear .NET web application, you have to define the location of the images and annotations directory in the storageRootPath and artStorageRootPath configuration property. In the current version of ImageGear .NET, the storageRootPath […]

Technical FAQ

Why do I get a "File Format Unrecognized" exception when trying to load a PDF document in ImageGear .NET?

Question Why do I get a “File Format Unrecognized” exception when trying to load a PDF document in ImageGear .NET? Answer You will need to set up your project to include PDF support if you want to work with PDF documents. Add a reference to ImageGear24.Formats.Pdf (if you’re using another version of ImageGear, make sure […]

Technical FAQ

Why do I get a "File Format Unrecognized" exception when trying to load a PDF document in ImageGear .NET?

Question Why do I get a “File Format Unrecognized” exception when trying to load a PDF document in ImageGear .NET? Answer You will need to set up your project to include PDF support if you want to work with PDF documents. Add a reference to ImageGear24.Formats.Pdf (if you’re using another version of ImageGear, make sure […]

Technical FAQ

The deployment.log for ImageGear C & C++ Deployment Packaging Wizard is showing different output for some components since v19.3, why is this?

Question The logging for ImageGear C & C++ Deployment Packaging Wizard (DPW) is showing different output for some components since v19.3, why is this? In ImageGear C & C++ v19.2 and prior, the DPW had additional logging information for the ARTX component in its deployment.log: Deploying an application that uses the ARTXGUI library of ImageGear […]

Technical FAQ

When using OCR in ImageGear .NET, is there any way to distinguish between a capital O and the number 0?

Question When using OCR in ImageGear .NET, is there any way to distinguish between a capital/uppercase letter O and the number 0? Answer Not without context or a font that makes the difference clear (such as one with a slashed 0). ImageGear will properly recognize Oliver and 1530 as containing O and 0, respectively, but […]

Technical FAQ

How do I remove XMP Data from my image using ImageGear .NET?

Question How do I remove XMP Data from my image using ImageGear .NET? Answer When removing XMP data in ImageGear, the simplest way to do this is to set the XMP Metadata node to null, like so: ImGearSimplifiedMetadata.Initialize(); doc.Metadata.XMP = new ImGearXMPMetadataRoot(); Or, you can traverse through the metadata tree and remove each node from […]

Technical FAQ

Why do I get a “Non-supported resolution” exception when trying to import a page into ImageGear's recognition engine?

Question I encounter an Unhandled Exception error, as shown below, in ImageGear when trying to load a page into the recognition engine. Error Message: An unhandled exception of type ‘ImageGear.Core.ImGearException’ occurred in ImageGear22.Core.dll Additional information: IMG_DPI_WARN (0x4C711): Non-supported resolution. Value1:0x4C711 What is causing this and how can I fix it? Answer This is probably because […]