Kohulan / DECIMER-Image_Transformer

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.
MIT License
214 stars 52 forks source link

Integration with RDKIT for adding more features to it like providing structures in different formats like .sdf and .mol #50

Closed shubhamkharbanda closed 1 year ago

shubhamkharbanda commented 1 year ago

Issue Type

Feature Request

Source

GitHub (source)

DECIMER Image Transformer Version

2.2.2

OS Platform and Distribution

No response

Python version

No response

Current Behaviour?

Integration with RDKIT for adding more features to it like providing structures in different formats like .sdf and .mol

Which images caused the issue? (This is mandatory for images related issues)

No response

Standalone code to reproduce the issue

NA

Relevant log output

No response

Code of Conduct

Kohulan commented 1 year ago

Hi,

I don't think this is necessary because you can easily integrate RDKit directly into your code.