OutSystems Forge 日本語データベース

GoogleCloudVisionOCR

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2016-10-19 1.0.0 Aurelio Santos 10.0.105.0 All .NET Applications, Libraries, Machine Learning
アプリケーションがGoogleのCloud Vision API(https://cloud.google.com/vision/)を使用して画像にOCR(光学式文字認識)を実行できるようにするプロジェクト。
プロジェクトには2つのモジュールがあります: C#で書かれた拡張機能で、GoogleのCloud Vision APIを使用して画像上でOCRを実行します。 この拡張機能は、次のアクションを公開します。GetDateAndAmountRegex:指定された正規表現を使用して、提供されたイメージから日付と通貨の量を抽出します。 GetFullText:提供されたイメージからフルテキストを抽出します。 GetTextAnnotations:テキストが検出されたイメージの領域をそれぞれ識別するTextAnnotationオブジェクトのコレクションを返します。 拡張機能の使い方を示すWebアプリケーション。

[Overview]
A project that allows applications to use Google's Cloud Vision API (https://cloud.google.com/vision/) to perform OCR (Optical Character Recognition) on images.
[Detail]
The project has two modules: An extension written in C# that uses Google's Cloud Vision API to perform OCR on images. The extension exposes the following actions:GetDateAndAmountRegex: Extracts a date and a currency amount from the provided image using the specified Regular Expressions. GetFullText: Extracts the full text from the provided image. GetTextAnnotations: Returns a collection of TextAnnotation objects, each identifying an area of the image where text was detected. A web application showing how to use the extension.
戻る