DECIMER Image Transformer is a deep-learning-based tool designed for automated recognition of chemical structure images. Leveraging transformer architectures, the model converts chemical images into SMILES strings, enabling the digitization of chemical data from scanned documents, literature, and patents.
When trying to install DECIMER to my code I encountered the following error NameError: name 'shutil' is not defined. This could however be easily be solved by adding shutil to the imports.
https://github.com/Kohulan/DECIMER-Image_Transformer/blob/818375498dc5594d30b6022109444e8704146488/DECIMER/utils.py#L82
When trying to install DECIMER to my code I encountered the following error NameError: name 'shutil' is not defined. This could however be easily be solved by adding
shutil
to the imports.