Reader SDK Documents
Breadcrumbs

Android v1.0.1

Overview

Initial Android implementation of the Reader SDK using OpenCV 4.8.0 and Java 1.8 runtime.

Features

  • Real-time preview with guidance overlay

  • Automatic line detection and analysis

  • Result callback via onComplete(ResultModel)

  • Integration through AndroidView composables

Integration Example

AndroidView(factory = { ctx ->
    NovarumAnalyzerPreview(ctx).apply {
        analyzerConfig = analyserConfiguration
        onComplete = { result -> /* Handle results */ }
    }
})

Limitations

  • No abort or per-frame callbacks

  • Requires configuration files generated with compatible analyser parameters

  • Only supports DotMatrix visualization mode