Package 

Class ScanResult


  • 
    public final class ScanResult
    extends ActivityResultContract<DocumentScannerConfiguration, Boolean>
                        

    An ActivityResultContract to start the document scan process, returning true if process finished successfully, false if user canceled the process.

    If process was successful you can do a bunch of things, like generating a PDF (de.docutain.sdk.Document.writePDF, get the detected text, analyze data.

    • Constructor Summary

      Constructors 
      Constructor Description
      ScanResult()