Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 810 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 810 Bytes

Rossum's Embedded mode

Rossum validation interface can be embedded into a third-party app. That allows users to enjoy the Rossum validation interface (with its speedy validation and AI feedback) while keeping the app they use. No extra login is required, a document is directly shown to the user and on confirming it, the user is immediately returned to the app. (learn more)

This small project showcases this capability. It demoes three ways to embed Rossum in an external app: redirect-based (the standard way), popup-based and iframe-based. After validation is completed, the captured data is shown on the page.

Find more information about the embedded mode in our API documentation.