RecognizeLines
Contents
[
Hide
]RecognizeLines(OcrInput)
Recognizes images that contain single line of text. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, folder, arrays, archives.
public OcrOutput RecognizeLines(OcrInput images)
| Parameter | Type | Description | 
|---|---|---|
| images | OcrInput | The container with sources.OcrInput | 
Return Value
List of RecognitionResult objects with image recognition results.
See Also
- class OcrOutput
 - class OcrInput
 - class AsposeOcr
 - namespace Aspose.OCR
 - assembly Aspose.OCR
 
RecognizeLines(OcrInput, RecognitionSettings)
Recognizes images that contain single line of text. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF, stream, folder, arrays, archives.
public OcrOutput RecognizeLines(OcrInput images, RecognitionSettings settings)
| Parameter | Type | Description | 
|---|---|---|
| images | OcrInput | The container with sources.OcrInput | 
| settings | RecognitionSettings | Recognition settings RecognitionSettings. | 
Return Value
List of RecognitionResult objects with image recognition results.
See Also
- class OcrOutput
 - class OcrInput
 - class RecognitionSettings
 - class AsposeOcr
 - namespace Aspose.OCR
 - assembly Aspose.OCR