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#.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,678 questions
XAML
XAML
A language based on Extensible Markup Language (XML) that enables developers to specify a hierarchy of objects with a set of properties and logic.
767 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Castorix31 81,831 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)