Genalog is an open source, cross-platform python package allowing generation of synthetic document images with custom degradations and text alignment capabilities.
If my content is more than a page long, what does doc.render_png() return? Looking at the source code, it seems to return it per page. How can I access the different pages programmatically to degrade them?
If my content is more than a page long, what does
doc.render_png()
return? Looking at the source code, it seems to return it per page. How can I access the different pages programmatically to degrade them?