- document performance
- document type performance
Document performance
In an ideal performance scenario, you extract data from digitally generated PDFs using text-based or coordinate-based Sensible methods, such as Label, Row, Region, Text Table, and Document Range. In order of largest to smallest impact, these factors add seconds to the ideal document processing time: Over 10 seconds per document
Under 5 seconds per document
Under 1 second per document
Some Sensible methods use pixels, for example to recognize borders. Pixel recognition for PDF documents requires rendering a PDF page, which can take hundreds of milliseconds. To improve processing time, use coordinate-based alternatives to these methods.

