RecognizeDjvu
Contents
[
Hide
]RecognizeDjvu(string, DocumentRecognitionSettings)
Recognize text from multi-page DJVU image. Recognizes DJVU file with the ability to specify DocumentRecognitionSettings
. Supports DJVU only. Doesn’t supports other image types.
public List<RecognitionResult> RecognizeDjvu(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
RecognizeDjvu(MemoryStream, DocumentRecognitionSettings)
Recognize text from multi-page DJVU image. Recognizes DJVU file with the ability to specify DocumentRecognitionSettings
. Supports DJVU only. Doesn’t supports other image types.
public List<RecognitionResult> RecognizeDjvu(MemoryStream stream,
DocumentRecognitionSettings settings)
Parameter | Type | Description |
---|---|---|
stream | MemoryStream | Memory stream with the DJVU 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