Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Last active June 7, 2021 00:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GitHub30/7fb64dabf813c974d4b7069ab38fba0d to your computer and use it in GitHub Desktop.
Save GitHub30/7fb64dabf813c974d4b7069ab38fba0d to your computer and use it in GitHub Desktop.
#Windows.Media.Ocr namespace are only supported for desktop apps
#Add-Type -AssemblyName System.Runtime.WindowsRuntime
$null = [Windows.Media.Ocr.OcrEngine, Windows.Foundation, ContentType = WindowsRuntime]
[Windows.Media.Ocr.OcrEngine]::AvailableRecognizerLanguages
https://docs.microsoft.com/ja-jp/virtualization/windowscontainers/manage-containers/container-base-images
https://www.atmarkit.co.jp/ait/articles/1912/12/news009.html
https://techcommunity.microsoft.com/t5/containers/insider-preview-windows-container-image/ba-p/382418
https://blog.shibata.tech/entry/2018/10/02/223016
https://yamanxworld.blogspot.com/2018/06/windows-10-insider-preview-17704.html
https://hub.docker.com/_/microsoft-windows-insider?tab=description
https://hub.docker.com/_/microsoft-windows
https://qiita.com/ishibashi-futoshi/items/db807d64624f43be1be9
https://bamch0h.hatenablog.com/entry/2019/07/14/042045
https://docs.microsoft.com/ja-jp/virtualization/windowscontainers/quick-start/run-your-first-container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment