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.barcode:core:+@aar'implementation 'com.regula.documentreader.barcodemrz:core:+@aar'implementation 'com.regula.documentreader.bounds:core:+@aar'implementation 'com.regula.documentreader.doctype:core:+@aar'implementation 'com.regula.documentreader.full:core:+@aar'Last updated