I have a problem about converting a base64 encoded string into binary. I am collecting the Fingerprint2D in the following link,
url = \"https://pubchem.ncbi.
the easiest way with python 3 is:
import base64 base64.b64decode(base64_to_binary_input)