Search results for "extracting-images-from-a-pdf-document"

Press Release

OnTask Refines Focus, Unveils New Docubee Brand

Blog Post

The Future of Legal Data Management: AI-Driven PII Detection and Redaction

  PII Detection and Redaction The landscape of legal content management is undergoing a transformative change, thanks to advancements in artificial intelligence (AI). Legal entities, burdened by the immense volumes of sensitive data they handle daily, are finding respite in AI-driven solutions for managing Personally Identifiable Information (PII). By leveraging the innovative benefits of AI-enabled […]

Blog Post

The Importance of Barcodes

Since they first rolled out in supermarkets in the 1970s, barcodes and barcode scanners have become essential tools in today’s globalized economy. No longer confined to retail shelves and supplier warehouses, barcodes are used across multiple industries to streamline operations and improve data accuracy. Given their continued importance, it’s helpful for developers to keep the […]

Technical FAQ

What are the supported source formats for Content Conversion Services?

Question When using Content Conversion Services, what are the supported input formats that it takes for conversion? Answer When using Content Conversion Services, you can input any image and document source type that PrizmDoc supports. Here’s a link to the Content Conversion Services API for more information.

Whitepaper

Best Practices: Improving ICR Accuracy with Better Form Design

Technical FAQ

In PrizmDoc Viewer, I would like to view the status of all documents currently converting on my server. Is this possible?

Question I would like to be able to query my PrizmDoc Server for all documents currently in a state of processing. I want to be able to do this to determine if a document is “hanging” during conversion, to determine my system’s efficiency (My RAM and CPU are at X% with ten documents converting), or […]

Blog Post

.NET vs .NET Core: The Developing Difference

Is .NET or .NET Core the better bet for application development? Both frameworks are designed and supported by Microsoft and offer the ability to create apps capable of using multiple languages, abilities, and libraries, but they’re not the same. .NET Core is rapidly becoming the language of choice. For most app developers, .NET Core comes […]

Technical FAQ

Can two different users edit the same spreadsheet at the same time and see each other’s changes for real-time collaboration?

Cells does not support concurrent/collaborative editing of the same document. It is designed for a linear workflow where saved data is made available to authorized users, enabling them to start with a spreadsheet that was previously populated by someone else.

Blog Post

Streamlining Data Capture in the Age of COVID-19 with FormSuite for Structured Forms

  When it comes to the COVID-19 crisis, the only constant is change. As noted by Insurance Business Magazine, this creates a “growing opportunity” for insurance firms to embrace digital transition and improve their processes — provided they can quickly embrace insurance claim form automation to underpin underwriters’ efficiency. This is no small task. From […]

Technical FAQ

Can I host multiple PrizmDoc viewers on a single page?

Question Can I host multiple PrizmDoc viewers on a single page? Answer It is possible to host multiple viewers on a single page. The following example leverages Bootstrap’s tab implementation: <!DOCTYPE html> <html lang="en"> <head> <!-- Metadata --> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" /> <meta name="description" content="" /> <!-- Title --> […]

Technical FAQ

Why am I seeing garbage text when viewing documents with PrizmDoc using Internet Explorer, Chrome, or Firefox?

Question When viewing documents within the PrizmDoc Viewer using a particular browser, we are seeing garbage text. Viewing the same document with other browsers shows the text properly. What could be causing this to occur? Answer There are two possible causes for this in Internet Explorer 11 and you can check the settings below to […]

Technical FAQ

With PrizmDoc, how can I hide a predefined search if there are no results?

Question With PrizmDoc, how can I hide a predefined search if there are no results? Answer The predefined search option does not support that functionality, but you can instead perform a server-side search, and then activate the search panel if there are results to show: var viewer; var viewingSessionId = <%= viewingSessionId %>; var fixedSearchTerm […]