layout-parser
layout-parser copied to clipboard
[Fix] reduce memory consumption and close pdf stream after usage
Flushes the pages and pdf afterwards to reduce the memory/ram consumption.
Opens the pdf stream as a context manager so that the file is closed afterwads.