m

molvec

NCATS (chemical) ocr engine that can a way to vectorize chemical images into Chemical objects preserving the 2D layout as much as possible.
https://github.com/ncats/molvec
Apache-2.0
NIH/NCATS
Tyler Peryea Dac-Trung Nguyen Daniel Katzel
文件下载
文件名 操作
molvec-0.9.8.jar 下载
molvec-0.9.8.pom 下载
molvec-0.9.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>gov.nih.ncats</groupId>
  <artifactId>molvec</artifactId>
  <version>0.9.8</version>
</dependency>
Gradle Groovy
implementation 'gov.nih.ncats:molvec:0.9.8'
Gradle Kotlin
implementation("gov.nih.ncats:molvec:0.9.8")
Scala SBT
libraryDependencies += "gov.nih.ncats" % "molvec" % "0.9.8"
Groovy Grape
@Grapes(
  @Grab(group='gov.nih.ncats', module='molvec', version='0.9.8')
)
Apache Ivy
<dependency org="gov.nih.ncats" name="molvec" rev="0.9.8" />
Leiningen
[gov.nih.ncats/molvec "0.9.8"]
Apache Buildr
'gov.nih.ncats:molvec:jar:0.9.8'