Skip to content

6769/Win10UwpOcr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Win10UwpOcr

Use windows 10 UWP OCR engine in C# desktop .

Compiled pass under VS2019, Win10 1809.

OCR Documentation

https://docs.microsoft.com/en-us/uwp/api/Windows.Media.Ocr

Compile Notes

add reference dependency:

System.Runtime.WindowsRuntime	C:\Windows\Microsoft.NET\Framework\v4.0.30319
System.Runtime.WindowsRuntime.UI.Xaml	C:\Windows\Microsoft.NET\Framework\v4.0.30319
System.Runtime.InteropServices.WindowsRuntime	C:\Windows\Microsoft.NET\Framework\v4.0.30319
windows.winmd	C:\Program Files (x86)\Windows Kits\10\UnionMetadata\\Facade
Windows.Foundation.UniversalApiContract.winmd	C:\Program Files (x86)\Windows Kits\10\References\\Windows.Foundation.UniversalApiContract<version>
Windows.Foundation.FoundationContract.winmd	C:\Program Files (x86)\Windows Kits\10\References\\Windows.Foundation.FoundationContract<version>

https://docs.microsoft.com/zh-cn/windows/apps/desktop/modernize/desktop-to-uwp-enhance

Python Wrapper

see PythonLib/pythonwrapper.py.

Relese

https://github.com/6769/Win10UwpOcr/releases

Reference

https://github.com/zh-h/Windows.Media.Ocr.Cli

About

use windows 10 UWP OCR in C# desktop.

Resources

License

Stars

Watchers

Forks

Packages

No packages published