How to add the SDK to the project?
This page covers the ways of adding SDK to your project
maven {
url "http://maven.regulaforensics.com/RegulaDocumentReader"
}implementation ('com.regula.documentreader:api:+@aar'){
transitive = true
}implementation 'com.regula.documentreader.core:barcode:+@aar'implementation 'com.regula.documentreader.core:barcodemrz:+@aar'implementation 'com.regula.documentreader.core:barcodemrzrfid:+@aar'implementation 'com.regula.documentreader.core:bounds:+@aar'implementation 'com.regula.documentreader.core:doctype:+@aar'Last updated