Hi Outsystems community,We have an application that can run in mobile browsers and access the user's camera for capturing the document. Is there a Forge component, similar to the Card IO plugin, available in Reactive? Or is there any workaround, like auto-capturing when you point the camera at a certain document? any JS Code or something.
Hi @Phil Jayson San Pedro ,
I couldn't find any forge component for scanning cards for reactive. There are a couple of OCR components available, but you will have to extend the logic to capture and process all the necessary details:
Also there are some commercial SDKs (paid) available, similar to Card IO. You can check this one: BlinkCard In-browser SDK .
Thank you, @Mihai Melencu I'll try these components.