Html – How to convert binary data from mongodb to string in Python properly
I have an image that is saved in mongodb as a series of bytes (see screenshot 1). As you can this string contains an apostrophe as the first symbol and the same apostrophe at the end of the string. Then…