0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Windows Search の 画像検索で、画像投稿されたコードを取得する(BingのOCR利用)

Last updated at Posted at 2021-11-11

背景

Power Automate の投稿とかでよく画像投稿がされてることがあります。
Action 調べる程度なら良いんですが、Rest API の内容を拾いたい時とか、画面を見ながら自分で打ち込むのだるいなぁと思ってたら、もっと簡単な方法あるじゃんって気付いたので共有まで

概要

Bing で画像検索すると、自動的に OCR 解析した結果を出してくれるので、これを利用する。
でもって、画像を渡すのも面倒なので、Windows の標準機能を利用する。

方法

  1. Win + S で Windows Search を起動する
  2. 右下の、画像検索を起動
    image.png
  3. 範囲指定で読み取りたいコード画像を指定

    例として、以下を利用させてもらってます。
    How to get started with HTTP requests in Power Automate

    image.png
  4. Bing で解析結果表示
    image.png
  5. あとは煮るなり焼くなり

解析結果の確認

以下のように、英語ならいい感じです。

JSON解析例
"displayName": "M365 Princess Blog".

"teamsApp@odala.bind" :
"https://graph.microsoft.com/v1.0/appCatalogs/teamsApps/com.microsoft.tea
mspace.tab.web"

"configuration": (
"contentUrl": "https://m.365princess.com".
"websiteUrl": "https://m365princess.com"

image.png

現時点では日本語は未対応っぽい・・。とはいえ、英語圏の情報取得が多いので良いかな、と

keyword

Retreive code from image with bing via windows search

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?