Open tony-xlh opened 3 months ago
Import the plugin using the sql file.
Drag the MRZ scanner plugin to a page.
Add a button to start scanning and a textarea as the container of the result.
Add dynamic action for the button to execute the following JavaScript:
(async () => { if (DLRExtension.router) { await DLRExtension.open(); DLRExtension.startScanning(); }else{ alert("The MRZ scanner is still initializing."); } })();
Set attributes for the MRZ scanner. You can apply for a license here.
Press the start scan button to start scanning.
Tested on Oracle APEX 24.1.3.
I need to install in it Oracle Apex 23.2.0
Then create the plugin from scratch following the blog in readme.
https://www.dynamsoft.com/codepool/oracle-apex-mrz-scanner.html
Import the plugin using the sql file.
Drag the MRZ scanner plugin to a page.
Add a button to start scanning and a textarea as the container of the result.
Add dynamic action for the button to execute the following JavaScript:
Set attributes for the MRZ scanner. You can apply for a license here.
Press the start scan button to start scanning.