VintaSoft Imaging .NET SDK and Plug-ins Discussions
Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.
Board index < VintaSoft Imaging < VintaSoft Imaging .NET SDK and Plug-ins Discussions
Is is possible to set the right-mouse button as a pan button (so if user presses the rightmousebutton panning is turned on) then at the same time allow the mousewheel to act as zoom in-out at focused on the mouse position?Yes, you can change the action button of visual tool using the VisualTool.ActionButton property:
Pan pan = new Pan(); pan.ActionButton = System.Windows.Forms.MouseButtons.Right;
Then finally, I was wondering about the OCR module, I have no real use for it (yet) however, if OCR allows searching for specific patterns instead of text then that would be really awesome! I would like to scan 200+ schematic images for symbols and mark them with an annotation.Our OCR engine is based on Tesseract OCR. Please check if Tesseract OCR supports functionality, which is necessary for you.