Skip to content

Wait Screen

The waiting screen is displayed when a document is captured and the processing is in progress. This screen informs the user that the document is being processed and that they should wait until the task is complete. It includes a progress indicator and a message.

To customize the appearance, use the part attribute and define the desired CSS properties. For example:

document-reader::part(foo) {
    /* Styles to apply to the `foo` part */
}

Wait Screen for the document-reader web component result processing, with elements highlighted

Part element Description
processing-container Container that holds all the elements of the waiting screen.
container-close-button Button to close the waiting screen.
spinner-container Spinner container.
spinner-cirle Progress indicator.
processing-message Progress message

Next Steps