text_OCRTesseract_run1

[32/64bit] tesseract-ocr APIを用いてテキストを認識します.

text_OCRTesseract_run1 p1,p2,p3,p4,p5,p6,p7

p1 = sptr : IntPtr obj
p2 = sptr : IntPtr image
p3 = sptr : IntPtr outputText
p4 = sptr : IntPtr componentRects
p5 = sptr : IntPtr componentTexts
p6 = sptr : IntPtr componentConfidences
p7 = int : int componentLevel

(プラグイン / モジュール : OpenCvSharpExtern.dll)

解説

入力として画像を受け取り、output_textパラメータで認識したテキストを返します。オプションとして,検出された個々のテキスト要素(例えば,単語)のRectsと,それらのテキスト要素のリストとその信頼度の値も提供します.

元関数名(C#): text_OCRTesseract_run1
元DLLエクスポート名: text_OCRTesseract_run1
参照元CSファイル: Internal\PInvoke\NativeMethods\text\NativeMethods_text.cs
▼ C言語側関数定義
CVAPI(ExceptionStatus) text_OCRTesseract_run1(
    cv::text::OCRTesseract *obj,
    cv::Mat *image,
    std::string *output_text,
    std::vector<cv::Rect>* component_rects,
    std::vector<std::string>* component_texts,
    std::vector<float>* component_confidences,
    int component_level)
{
    BEGIN_WRAP
    obj->run(*image, *output_text, component_rects, component_texts, component_confidences, component_level);
    END_WRAP
}

情報

プラグイン / モジュールOpenCvSharpExtern.dll
バージョン1.00
作成日2021/11/30
著作者inovia
URLhttps://hsp.moe/
備考#include "OpenCvSharpExtern32.as"
#include "OpenCvSharpExtern64.as"
使用するHSPランタイムのビット数に合わせたインクルードファイルを使用すること
タイプOpenCVSharpラッパーDLL
グループNativeMethods_text
対応環境
  • Windows 版 HSP
hs ファイルhsphelp\OpenCvSharpExtern.hs