Getting Ahead of the Curve: ECMAScript 6 Development Today with Babel and Grunt
Andrew Bogdanov, Accusoft Software Engineer The brand new ECMAScript standard, ES2015, is finally out. The standard is a hot new thing in the JavaScript community today. After a long period of living with imperfections of the ES5 standards, we’re finally making a shift to a newer and happier world of structural code. However, if you […]
How to Optimize PrizmDoc for Large Document Viewing and Server-Side Search
Looking to achieve faster end-user interaction with source documents containing hundreds or thousands of pages? PrizmDoc’s new Large Document Viewing and Server-Side Search feature allows your users to do just that. If you have PrizmDoc, you may be wondering, “Well, that’s great and all, but how do I turn it on?” If you’re more interested […]
How To Read A Barcode From An Image In C#
Goal: Create a command line sample program to read a barcode from an image containing different types of barcodes that can handle damaged and low quality barcodes. Requirements: Microsoft Windows 7 or greater Microsoft Visual Studio 2015 or greater Accusoft Barcode Xpress .NET (download a free trial here) Programming Skill: C# Intermediate Level When it […]
How to Customize PrizmDoc Buttons, Menu Bars, and Styles
PrizmDoc is constantly evolving with a variety of new functionalities. However, there are dozens of customization options that are always available to you. The documentation references a variety of code examples to enhance your PrizmDoc experience, but for today’s tutorial, we’ll focus on custom buttons, changing the menu bar position, and modifying styles. Each customization […]
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 […]
How to Annotate PDFs and Other Files Types Using PrizmDoc’s Annotation Tools
With the annotation feature, PrizmDoc makes it easy to collaborate, proofread, review, and add comments to your documents all in one place. Whether you are a cloud or self-hosted user, getting to know the different annotation tools and how to use them will help you get the most out of PrizmDoc. If you haven’t had […]
Creating Interactive Forms From AcroForms and Raster Forms
Business forms are often used in organizations both internally and externally. From non-disclosure agreements and vacation requests to new vendor forms and client applications, forms are ubiquitous because they allow for the transfer of information in a standardized format. Countless business needs can be fulfilled with form automation. Luckily, effective form automation can start with […]
A Guide to Installing Accusoft SDK Licenses
So you’ve tried out our SDKs and you’re ready to install the license. The problem? You’re not sure how to get started. Accusoft offers a number of different license types based on customer need and environment. The following will show you how to install licenses for both evaluation and deployment depending on your specific needs. […]
From Continuous Integration To Continuous Delivery With PrizmDoc
Written by: Cody Owens How quickly can your team take a code base, package it, test it, and put it into the hands of your customers? Can you push a button to automagically make it happen? And, once your customers have your product, can you be confident that it will work for […]
Decoding Barcodes in F# with Barcode Xpress
F# is a strongly-typed functional-first language developed by Microsoft to bring the paradigms and advantages of functional style programming into the .NET platform. Influenced by languages like OCaml and Haskell, F# allows programmers to write more concise, readable software while maintaining the advantages of a strongly static typed compiler. While templates and support for F# […]
Streamline Forms with Automation
Streamline Forms with Automation Forms are part of everyday business activities. Whether you work in insurance or healthcare, retail or staffing, forms are necessary to get the job done. One of the biggest struggles of forms is their manual nature. Software tries to streamline the collection of data, but often you’re still left scanning […]
Luminoth’s Web API: Hackathon-Speed Integration of Neural Networks
One of the more challenging aspects of developing SDKs with machine learning models is deployment and productionization. TensorFlow in particular can be difficult to set up, and requires GPUs to evaluate large models. This post will share my experiences in skirting this process entirely to quickly evaluate a FasterRCNN-based model during a hackathon last year, […]