AsposeOcr.RecognizePassport
RecognizePassport(string, PassportRecognitionSettings)
パスポートのテキストを認識します。
public RecognitionResult RecognizePassport(string fullPath,
PassportRecognitionSettings settings = null)
パラメータ | タイプ | 説明 |
---|---|---|
fullPath | String | 画像へのパス。 |
settings | PassportRecognitionSettings | 認識設定PassportRecognitionSettings . |
戻り値
のRecognitionResult
画像認識結果を持つオブジェクト。
備考
指定可能画像認識PassportRecognitionSettings
. GIF、PNG、JPEG、BMP、TIFF、JFIF をサポートします。
関連項目
- class RecognitionResult
- class PassportRecognitionSettings
- class AsposeOcr
- 名前空間 Aspose.OCR
- 組み立て Aspose.OCR
RecognizePassport(MemoryStream, PassportRecognitionSettings)
パスポートのテキストを認識します。
public RecognitionResult RecognizePassport(MemoryStream stream,
PassportRecognitionSettings settings = null)
パラメータ | タイプ | 説明 |
---|---|---|
stream | MemoryStream | レシート イメージを含むメモリ ストリーム。 |
settings | PassportRecognitionSettings | 認識設定PassportRecognitionSettings . |
戻り値
のRecognitionResult
画像認識結果を持つオブジェクト。
備考
指定可能画像認識PassportRecognitionSettings
. GIF、PNG、JPEG、BMP、TIFF、JFIF をサポートします。
関連項目
- class RecognitionResult
- class PassportRecognitionSettings
- class AsposeOcr
- 名前空間 Aspose.OCR
- 組み立て Aspose.OCR