Extract large amounts of data from a document by breaking it into segments and running extraction on each segment.
array_extract
functionality, which can help you return ALL of the information you need without missing pages.
array_extract
breaks up your long document intelligently, performs extraction on each segment, and then merges them back together all while preserving the original integrity in edge cases (i.e. tables spanning over page breaks).
[]
) at the top level in order for array_extract
to work. Otherwise it will throw an error.