OCR Demo WPF

Questions, comments and suggestions concerning VintaSoft Imaging .NET SDK.

Moderator: Alex

Post Reply
deedubya
Posts: 6
Joined: Wed Mar 22, 2023 4:09 pm

OCR Demo WPF

Post by deedubya »

Hi,

Do you have a WPF demo for OCR. I can see the Winforms one but it has Winforms specifics in the visual tools.
Thanks
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: OCR Demo WPF

Post by Alex »

Hi,

No, we do not have OCR demo for WPF.

We provide console version of OCR demo ("[SdkInstallPath]\VintaSoft\Imaging .NET v12.1\Examples\Console\CSharp\OcrConsoleDemo\") and OCR Demo with WinForms UI ("[SdkInstallPath]\VintaSoft\Imaging .NET v12.1\Examples\WinForms\CSharp\OcrDemo\").

Please send request to our support at support@vintasoft.com if you have problem to convert WinForms OCR Demo to WPF.

Best regards, Alexander
deedubya
Posts: 6
Joined: Wed Mar 22, 2023 4:09 pm

Re: OCR Demo WPF

Post by deedubya »

I need to reproduce the classes

RecognitionRegionEditorTool : MultiRectangularSelectionTool
OcrResultEditorTool : CompositeVisualTool

These are Winforms based tools that you have created - I need the equivalent for WPF or another way to produce the same results.
I.E highlight OCR'ed words on the image.

thanks
PS: We are a registered user.
Alex
Site Admin
Posts: 2305
Joined: Thu Jul 10, 2008 2:21 pm

Re: OCR Demo WPF

Post by Alex »

Hello,

Have you tried to convert RecognitionRegionEditorTool and OcrResultEditorTool classes to WPF? If no, please try to do this. If yes, what problems do you have?

Best regards, Alexander
Post Reply