Skip to content

Continuous Processing

  • Display the result as soon as it is received:
DocReader.shared.functionality.singleResult = true
[RGLDocReader shared].functionality.singleResult = YES;
  • Pause the camera session as soon as the result is received:
DocReader.shared.isCameraSessionIsPaused = true
[RGLDocReader shared].cameraSessionIsPaused = YES;

Next Steps