Open tony-xlh opened 4 months ago
The latest plugin was exported using APEX 24 which may not work with old APEX versions.
You can use this old version instead: https://github.com/tony-xlh/APEX-Dynamic-Web-TWAIN/raw/c93509b21cf51de0ef60ffef34d5d247c5e65e8d/region_type_plugin_com_dynamsoft_dwt.sql
Or create a new plugin from scratch following the blog.
Simple Guide using the Web TWAIN plugin:
Download the plugin and install it: https://github.com/tony-xlh/APEX-Dynamic-Web-TWAIN/raw/main/region_type_plugin_com_dynamsoft_dwt.sql
Create a new page and drag the document scanner region into it.
Set the region’s ID to DWT.
Create a new button with a dynamic action to start the scanner. It executes the following code: apex.region("DWT").showModal();
Run the app and you will be able to scan documents.
You can set several attributes for the component.