RecognizeTiff
Contents
[
Hide
]RecognizeTiff(string, DocumentRecognitionSettings)
Recognize text from multi-page TIFF image. Recognizes TIFF file with the ability to specify DocumentRecognitionSettings
. Supports TIFF (TIF) only. Doesn’t supports other image types.
public List<RecognitionResult> RecognizeTiff(string fullPath, DocumentRecognitionSettings settings)
Parameter | Type | Description |
---|---|---|
fullPath | String | Full path to the image. |
settings | DocumentRecognitionSettings | Recognition settings. |
Return Value
The RecognitionResult
list of objects with image recognition results.
See Also
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeTiff(MemoryStream, DocumentRecognitionSettings)
Recognize text from multi-page TIFF image. Recognizes TIFF file with the ability to specify DocumentRecognitionSettings
. Supports TIFF (TIF) only. Doesn’t supports other image types.
public List<RecognitionResult> RecognizeTiff(MemoryStream stream,
DocumentRecognitionSettings settings)
Parameter | Type | Description |
---|---|---|
stream | MemoryStream | Memory stream with the TIFF file. |
settings | DocumentRecognitionSettings | Recognition settings. |
Return Value
The RecognitionResult
list of objects with image recognition results.
See Also
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR