Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
このメソッドは画像ファイルを開いて、FRDocument オブジェクトを作成します。
HRESULT CreateFRDocumentFromImage(
BSTR ImageFileName,
IPrepareImageMode* PrepareMode,
IFRDocument** Result
);
IFRDocument CreateFRDocumentFromImage(
string ImageFileName,
IPrepareImageMode PrepareMode
);
Function CreateFRDocumentFromImage( _
ImageFileName As String, _
PrepareMode As IPrepareImageMode, _
) As IFRDocument
ImageFileName
[in] この変数には、開く画像ファイルのフルパスを指定します。
例: Windows: C:\MyPictures\MyPic.bmp, Linux: /opt/MyPictures/MyPic.bmp, macOS: /Users/user/Pictures/MyPic.bmp
PrepareMode
[in] このパラメーターは、画像を開く際の前処理方法を指定する PrepareImageMode オブジェクトを参照します。
Result
[out, retval] 結果として得られる FRDocument オブジェクトのインターフェイスポインターを受け取る IFRDocument* ポインター変数へのポインターです。NULL であってはなりません。
このメソッド固有の戻り値はありません。ABBYY FineReader Engine 関数の標準戻り値を返します。
Linux および Windows では、ご利用のライセンスに Office Formats Opening モジュールが含まれている場合、このメソッドを使用して、サポートされているファイル形式のデジタル文書を開くこともできます。
Engine
FRDocument
CreateFRDocument