fast
strategy. Try the fast
strategy on a few of your documents before you try using the hi_res
strategy. Learn more.processing content across processes
. These steps might benefit by setting a higher number of local CPUs to be used.processing content across processes
. Any settings to use a higher number of local CPUs are ignored for these steps.--num-processes
to the maximum number of available local CPUs that you want to use where applicable, for example:
ProcessorConfig
object’s num_processes
parameter to the maximum number of available local CPUs that you want to use where applicable, for example:
split_pdf_page
, when set to true, splits the PDF file on the client side before sending it as batches to Unstructured for processing. The number of pages in each batch is determined internally. Batches can contain between 2 and 20 pages.split_pdf_concurrency_level
is an integer that specifies the number of parallel requests. The default is 5. The maximum is 15. This behavior is ignored unless split_pdf_page
is also set to true.split_pdf_allow_failed
, when set to true, allows partitioning to continue even if some pages fail.split_pdf_page_range
is a list of two integers that specify the beginning and ending page numbers of the PDF file to be sent. A ValueError
is raised if the specified range is not valid. This behavior is ignored unless split_pdf_page
is also set to true.