Mobbeel for developers

Mobbeel for developers

  • MobbScan
  • MobbID
  • MobbSign
  • Clients
  • FAQ

›Getting Started

MobbScan Android SDK

  • Configure MobbScan Android SDK

Getting Started

  • Getting started with MobbScan
  • Detect and scan a document in two different calls
  • Detect and scan MRZ
  • Detect and scan a PDF417
  • Scanning documents with NFC
  • Error Handling

Additional configuration

  • Configure the detection process
  • Perform face matching with MobbScan
  • Select images returned by a scan
  • Fix scan orientation
  • Record a video while user performs a scan
  • Adding a video step
  • Configure Play Store distribution

MobbScan UI customization

  • Customize MobbScan Default Interfaces
  • Customize MobbScan document scan UI
  • Customize MobbScan MRZ scan UI
  • Customize Unattended Process UI
  • Customize feedback messages

MobbScan-Agent configurations

  • Getting the verification result

Migration Guides

  • Migration 2.25.x to 2.26.x
  • Migration 2.24.x to 2.25.x
  • Migration to 2.24.x
  • Migration to 2.22.x
  • Migration 2.19.x to 2.21.x
  • Migration 2.18.x to 2.19.x
  • Migration 2.13.x to 2.14.x

Information

  • Changelog
  • API Reference

Detect and scan a PDF417

Some documents, like the Colombian or the Peruvian, includes a PDF417 code with extra information that can be extracted. For those cases, you can choose readding this code separately from the rest of the document data in order to achieve a better accuracy.

Extra configuration

Before scanning the document, you have to include a dependency to your build.gradle file:

...
dependencies {
    ...
    implementation 'com.google.zxing:core:3.3.3'
    ...
}
...

PDF417 scan

Once you have the dependency added, you just need to use the next method to add the PDF417 step in the scan process:

Kotlin/Java
MobbScanAPI.getInstance().configurePDF417DetectionStep(true);

Modify timeout

By default, PDF417 detection tries the detection for 10 seconds (maximum) and then pass to document detection step even if PDF417 decoding was not succesful. You can setup your own timeout by calling:

Kotlin/Java
MobbScanAPI.getInstance().configurePDF417DetectionStep(true, 20);
← Detect and scan MRZScanning documents with NFC →
  • Extra configuration
  • PDF417 scan
  • Modify timeout
Mobbeel for developers
Product Documentation
MobbIDMobbScanMobbSign
Connect
LinkedInFacebookX
More
FAQContact Us
Mobbeel Solutions SL
Copyright © 2025 Mobbeel Solutions SL