ChemDataExtractor-CSR is an extension of ChemDataExtractor with the functionality to identify candidate chemical schematic diagram images automatically.
Installation via conda is highly recommended. Simply run:
conda install -c edbeard chemdataextractor-csr
Otherwise, please try installing from source.
Clone the repository with:
git clone https://github.com/edbeard/chemdataextractor-csr.git
and run:
python setup.py install
Then download the necessary machine learning models with:
cde data download
This code is intended to be used with the ChemSchematicResolver software toolkit for the automatic extraction of chemical schematic diagrams. Full details on installation and integration with ChemDataExtractor-CSR can be found in the documentation.
Full documentation on the general use of ChemDataExtractor is available at http://chemdataextractor.org/docs
ChemDataExtractor is licensed under the MIT license, a permissive, business-friendly license for open source software.