Hi,
This code snippet:
(-> (split/split-pdf :input "test/pdfs/multi-page.pdf")
(nth <some-idx>)
text/extract)
often throws:
Execution error (IOException) at org.apache.pdfbox.cos.COSStream/checkClosed (COSStream.java:83). COSStream has been closed and cannot be read. Perhaps its enclosing PDDocument has been closed?
Thanks for lib :)
Hi,
This code snippet:
often throws:
Execution error (IOException) at org.apache.pdfbox.cos.COSStream/checkClosed (COSStream.java:83). COSStream has been closed and cannot be read. Perhaps its enclosing PDDocument has been closed?Thanks for lib :)