Class DocReaderAction


  • public class DocReaderAction
    extends java.lang.Object
    Contains all possible callback codes
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CANCEL
      Processing was cancelled, incomplete results may be obtained
      static int COMPLETE
      Processing finished, the results were received
      static int ERROR
      An error occurred during processing, incomplete results may be obtained
      static int MORE_PAGES_AVAILABLE
      Processing completed for a single page
      static int PROCESS
      Processing didn't finish, intermediate results may be obtained
      static int PROCESS_IR_FRAME
      Processing didn't finish, intermediate results may be obtained, IR images may be obtained
      static int PROCESS_WHITE_FLASHLIGHT
      Processing didn't finish, intermediate results may be obtained, the flashlight is on
      static int PROCESS_WHITE_UV_IMAGES
      Processing didn't finish, intermediate results may be obtained, UV images may be obtained
      static int PROCESSING_ON_SERVICE
      Online processing is started
      static int TIMEOUT
      Processing finished by timeout, incomplete results may be obtained.
    • Constructor Summary

      Constructors 
      Constructor Description
      DocReaderAction()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • COMPLETE

        public static final int COMPLETE
        Processing finished, the results were received
        See Also:
        Constant Field Values
      • PROCESS

        public static final int PROCESS
        Processing didn't finish, intermediate results may be obtained
        See Also:
        Constant Field Values
      • MORE_PAGES_AVAILABLE

        public static final int MORE_PAGES_AVAILABLE
        Processing completed for a single page
        See Also:
        Constant Field Values
      • CANCEL

        public static final int CANCEL
        Processing was cancelled, incomplete results may be obtained
        See Also:
        Constant Field Values
      • ERROR

        public static final int ERROR
        An error occurred during processing, incomplete results may be obtained
        See Also:
        Constant Field Values
      • PROCESS_WHITE_FLASHLIGHT

        public static final int PROCESS_WHITE_FLASHLIGHT
        Processing didn't finish, intermediate results may be obtained, the flashlight is on
        See Also:
        Constant Field Values
      • TIMEOUT

        public static final int TIMEOUT
        Processing finished by timeout, incomplete results may be obtained. Processing finishes due to non-compliance with the image quality requirements
        See Also:
        Constant Field Values
      • PROCESSING_ON_SERVICE

        public static final int PROCESSING_ON_SERVICE
        Online processing is started
        See Also:
        Constant Field Values
      • PROCESS_WHITE_UV_IMAGES

        public static final int PROCESS_WHITE_UV_IMAGES
        Processing didn't finish, intermediate results may be obtained, UV images may be obtained
        See Also:
        Constant Field Values
      • PROCESS_IR_FRAME

        public static final int PROCESS_IR_FRAME
        Processing didn't finish, intermediate results may be obtained, IR images may be obtained
        See Also:
        Constant Field Values
    • Constructor Detail

      • DocReaderAction

        public DocReaderAction()