val steps = welcomeStep {
title = "Get ready to scan your documents"
text = "Prepare your document and move to a place with good lighting"
image = R.drawable.img_intro
btnProceed = "Select a document"
nextStep = documentCaptureStep {
docType = DocType.ID_CARD
title = "Travel document photo"
instruction = "Make sure the lighting is good and take a photo. Or download from the photo library"
btnCapture = "Take a photo"
image = R.drawable.img_doc_intro
mask = R.drawable.img_doc_mask
title = "Make sure that:"
criteriaList = confirmCriteria
btnProceed = "Ready for next"
text = "The documents have been sent for verification to our employees. We will send you a notification when everything is ready."
image = R.drawable.img_finish