tony-xlh / APEX-MRZ-Scanner

APEX Plug-in to scan MRZ on passports, ID cards, etc., using Dynamsoft Label Recognizer
1 stars 1 forks source link

installation guide #4

Open tony-xlh opened 3 months ago

tony-xlh commented 3 months ago
  1. Import the plugin using the sql file.

    image

  2. Drag the MRZ scanner plugin to a page.

    image

  3. Add a button to start scanning and a textarea as the container of the result.

    image

  4. 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.");
     }
    })();
  5. Set attributes for the MRZ scanner. You can apply for a license here.

    image

  6. Press the start scan button to start scanning.

    image

tony-xlh commented 3 months ago

Tested on Oracle APEX 24.1.3.

azizurrehmanit commented 3 months ago

I need to install in it Oracle Apex 23.2.0

xulihang commented 3 months ago

I need to install in it Oracle Apex 23.2.0

Then create the plugin from scratch following the blog in readme.

xulihang commented 3 months ago

https://www.dynamsoft.com/codepool/oracle-apex-mrz-scanner.html