Hi! Trying to add a picture to a document that is stored as binary straight into the DB. Bot PNG and GIF files. How do I approach this problem? ```python document.add_picture(bin(item['data'])) ``` `item['data']` is the column that has the binary for the image.