Skip to content

v3.0.0b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@kba kba released this 30 Aug 11:28
· 158 commits to master since this release

Added:

  • Processor.max_workers: class attribute to control per-page parallelism of this implementation
  • Processor.max_page_seconds: class attribute to control per-page timeout of this implementation
  • OCRD_MAX_PARALLEL_PAGES for whether and how many workers should process pages in parallel
  • OCRD_PROCESSING_PAGE_TIMEOUT for whether and how long processors should wait for single pages
  • OCRD_MAX_MISSING_OUTPUTS for maximum rate (fraction) of pages before making OCRD_MISSING_OUTPUT=abort

Fixed:

  • disableLogging: also re-instate root logger to Python defaults