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.5.jar 下载
molvec-0.9.5.pom 下载
molvec-0.9.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>gov.nih.ncats</groupId>
  <artifactId>molvec</artifactId>
  <version>0.9.5</version>
</dependency>
Gradle Groovy
implementation 'gov.nih.ncats:molvec:0.9.5'
Gradle Kotlin
implementation("gov.nih.ncats:molvec:0.9.5")
Scala SBT
libraryDependencies += "gov.nih.ncats" % "molvec" % "0.9.5"
Groovy Grape
@Grapes(
  @Grab(group='gov.nih.ncats', module='molvec', version='0.9.5')
)
Apache Ivy
<dependency org="gov.nih.ncats" name="molvec" rev="0.9.5" />
Leiningen
[gov.nih.ncats/molvec "0.9.5"]
Apache Buildr
'gov.nih.ncats:molvec:jar:0.9.5'