Added:
Processor.max_workers: class attribute to control per-page parallelism of this implementationProcessor.max_page_seconds: class attribute to control per-page timeout of this implementationOCRD_MAX_PARALLEL_PAGESfor whether and how many workers should process pages in parallelOCRD_PROCESSING_PAGE_TIMEOUTfor whether and how long processors should wait for single pagesOCRD_MAX_MISSING_OUTPUTSfor maximum rate (fraction) of pages before makingOCRD_MISSING_OUTPUT=abort
Fixed:
disableLogging: also re-instate root logger to Python defaults