Capture image and extract the text from that image using Wpf Application in c#

Nandini Nammi 41 Reputation points
2022-09-02T07:02:06.37+00:00

i am trying to capture the image and extract the text from that image using wpf application in c#.

Developer technologies | Windows Presentation Foundation
Developer technologies | XAML
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 90,681 Reputation points
    2022-09-02T07:12:53.067+00:00

    You can use Windows.Media.Ocr
    (Add references to
    C:\Program Files (x86)\Windows Kits\10\UnionMetadata\Windows.winmd
    and
    C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETCore\v4.5\System.Runtime.WindowsRuntime.dll)
    in WPF)


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.