Image-Only PDF in FormAssist
FormAssist, a part of FormSuite, makes it easy for you to automatically extract your data from your forms. At Accusoft, we are currently working on a new update that will support extracting image data directly from compatible PDF documents. We want to allow our users to process their scanned documents using FormAssist and FormSuite as […]
Government
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 […]
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 […]
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 […]
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 […]
The Top 3 InsurTech SDKs
The insurance market is booming. As noted by research firm Deloitte, the property and casualty (P&C) sector saw a massive income uptick in 2018 and steady growth last year that’s predicted to carry forward through 2020. To help manage the influx of new clients and handle more claims, many firms are spending on insurance technology […]
How To Read A Barcode From An Image In Java
Overview Goal: Create a command line sample program for reading different types of barcodes using Java, including damaged barcodes and low quality images. Requirements: Barcode Xpress Java SDK (download free trial here) Oracle Java SE 5.0 and up Oracle Java JDK 1.8 or above Development IDE (in this example, Eclipse Java Oxygen is used) Programming […]
View & Annotate
Functional Programming Principles with JavaScript
Michael Pardue, Accusoft Senior Software Engineer A lot of the tools and techniques that developers learn in other languages do not translate well. Mocking, dependency injection, code generation, and test coverage all work a little bit differently. Indeed, this means that how one tackles the structure of code needs to change to best grasp the […]
Cracking the Code: The Four Functions of Effective Educational Barcodes
Barcodes offer big benefits for education. From verifying student identity to providing on-demand payment options, the simplicity of black-and-white barcodes offers the opportunity to manage increasing campus complexity at scale. But cracking the educational code requires more than the physical distribution of barcodes across devices and IDs. Schools need the right technology to support effective […]
Why am I getting SEHException from ImageGear .NET when attempting to load XFA PDF?
Question ImageGear .NET v24.6 added support for viewing PDF documents with XFA content. I’m using v24.8, and upon trying to open an XFA PDF, I get a SEHException for some reason… Why might this be happening? Answer One reason could be because you need to execute the following lines after initializing the PDF component, and […]