HTML5 Document Viewer & Imaging Suite | PrizmDoc
Use PrizmDoc to add high-quality document viewing and imaging to your application. Designed to be supported on virtually any platform and language, the viewer is customizable and handles a wide range of document, raster, and vector file formats.
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 […]
Patch Codes
Build vs. Buy: The Image Processing Showdown
Image processing is now a priority across industry lines. From legal firms to financial institutions to health organizations the ability to capture, convert, and combine documents on-demand often makes the difference between hitting project deadlines and falling behind. As image formats outpace the ability of legacy solutions to manage and manipulate, however, a new […]
Improving Intelligent Character Recognition (ICR) Accuracy with Better Form Design
Rick Scanlan, Accusoft Director of Sales Engineering Throughout time people have been looking for ways to gather information. The invention of the printing press allowed large-scale production of documents and printing of the earliest forms. Until the 1980s, information collected from forms was tabulated by hand or manually entered into a computer. Hand print recognition […]
Privacy in Practice: Empowering Your Patient Portal with PrizmDoc Cloud API Functionality
Powerful patient portals are now essential for healthcare organizations to deliver high-quality care, even at a distance. Despite advancements around functionality, however, challenges remain. As noted by Healthcare Info Security, many healthcare providers still struggle with providing solutions to patients in an easily accessible portal that provides the security they require by law. Here, […]
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 […]
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 […]
The Secret Life of Software: Where Our SDKs and APIs Live
Software is everywhere. Recent research points to the development of “ubiquitous computing” solutions that underpin our interactions with familiar technologies and products. But there’s more to this IT evolution than meets the eye. To meet growing consumer demand and corporate expectations of speed and security, enterprises are leveraging software development kits (SDKs) and application programming […]
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 […]
Partners in Time: Outback and Accusoft Break Two Decades
The year was 1996. Dot-com was booming, Y2K loomed on the horizon, and Australia-based Outback Imaging needed adaptable software development toolkits (SDKs) to prototype a desktop imaging application capable of pushing scanned documents into popular EDRM systems without the need for manual import tools. They also needed a custom-built TWAIN UI to unify the customer […]
Accessing Cross Platform Native APIs from Swift
Apple’s Swift programming language has excellent support for working with and consuming native Objective-C APIs. That language, however, has little to no applicability outside of Apple’s platforms. You are likely to find that you need to rely on lower level interoperability features in order to interface with cross platform APIs which are most commonly implemented […]