Customizing Workflow XML Designer job items and tools
Over the numerous built-in job items OCRServer.dll provides, developers can expand the functionality with custom job items and tools (wizards). Though it is possible to develop custom job items and tools in C++, .NET Framework, or .NET Core, CSDK comes with Visual Studio project and class templates designed for .Net Framework only.
CSDK includes the related C# project template, located in the CSDK bin folder.
The default folder depends on your CSDK edition:
-
32-bit edition:
C:\Program Files(x86)\OmniPage\CSDK22\Bin
-
64-bit edition:
C:\Program Files\OmniPage\CSDK22\Bin
The CustomOmniPageJobItem.vsix template file installs the Visual Studio templates both for custom job items and tools (wizards). You need to install the template file before use. For detailed steps, see the Install the Visual Studio templates topic.
Developers can use the templates in Visual Studio to create customized job items and tools. See Develop a custom job item for details.
Developers can add custom job items to the Workflow XML Designer. For detailed steps, see the Add a custom job item topic.
Developers can add custom job tools (wizards) to the Workflow XML Designer. For detailed steps, see the Add a custom tool topic.