Sunday, July 11, 2021

Vinayak Mehta: Releasing Camelot v0.10.0

I'm happy to announce that Camelot v0.10.0 is out!

tl;dr

  • You can now choose between two image conversion backends, or supply your own.
  • pip install camelot-py[base] instead of pip install camelot-py[cv]

Background

Camelot uses ghostscript to convert a PDF page into a PNG so that …



from Planet Python
via read more

No comments:

Post a Comment

TestDriven.io: Working with Static and Media Files in Django

This article looks at how to work with static and media files in a Django project, locally and in production. from Planet Python via read...