S

SmH-BloodAnalysis-Library

A library to extract blood compounds and their concentrations from blood analysis documents (physical documents, scanned PDFs, digitally created PDFs and images).
https://github.com/pedrolobo98/SmH-BloodAnalysis-Library
The Apache License, Version 2.0
Pedro Lobo
Files download
File Operation
SmH-BloodAnalysis-Library-1.0.12.pom download
Apache Maven
<dependency>
  <groupId>io.github.pedrolobo98</groupId>
  <artifactId>SmH-BloodAnalysis-Library</artifactId>
  <version>1.0.12</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'io.github.pedrolobo98:SmH-BloodAnalysis-Library:1.0.12'
Gradle Kotlin
implementation("io.github.pedrolobo98:SmH-BloodAnalysis-Library:1.0.12")
Scala SBT
libraryDependencies += "io.github.pedrolobo98" % "SmH-BloodAnalysis-Library" % "1.0.12"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pedrolobo98', module='SmH-BloodAnalysis-Library', version='1.0.12')
)
Apache Ivy
<dependency org="io.github.pedrolobo98" name="SmH-BloodAnalysis-Library" rev="1.0.12" />
Leiningen
[io.github.pedrolobo98/SmH-BloodAnalysis-Library "1.0.12"]
Apache Buildr
'io.github.pedrolobo98:SmH-BloodAnalysis-Library:jar:1.0.12'