RecognizeMultipleImages
RecognizeMultipleImages(List<string>, RecognitionSettings)
Recognizes multiple images from list. Archives and folders are not supported. Max amount of processed images is 20. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
public List<RecognitionResult> RecognizeMultipleImages(List<string> files,
RecognitionSettings settings)
Parameter | Type | Description |
---|---|---|
files | List`1 | Full paths to the images. |
settings | RecognitionSettings | Recognition settings. |
Return Value
Array of RecognitionResult
objects with recognition results for each processed image.
See Also
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeMultipleImages(List<string>)
Recognizes multiple images from list with default settings. Archives and folders are not supported. Max amount of processed images is 20. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
public List<RecognitionResult> RecognizeMultipleImages(List<string> files)
Parameter | Type | Description |
---|---|---|
files | List`1 | Full paths to the images. |
Return Value
Array of RecognitionResult
objects with recognition results for each processed image.
See Also
- class RecognitionResult
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeMultipleImages(string, RecognitionSettings)
Recognizes multiple images packed in ZIP archive or from folder. Nested archives and folders are not supported. Max amount of processed images is 20. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
public List<RecognitionResult> RecognizeMultipleImages(string path, RecognitionSettings settings)
Parameter | Type | Description |
---|---|---|
path | String | Full path to the zip archive (including .zip extension) or to the folder with images. |
settings | RecognitionSettings | Recognition settings. |
Return Value
Array of RecognitionResult
objects with recognition results for each processed image.
See Also
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR
RecognizeMultipleImages(string)
Recognizes multiple images packed in ZIP archive or from folder with default settings. Nested archives and folders are not supported. Max amount of processed images is 20. Supports GIF, PNG, JPEG, BMP, TIFF, JFIF.
public List<RecognitionResult> RecognizeMultipleImages(string path)
Parameter | Type | Description |
---|---|---|
path | String | Full path to the zip archive (including .zip extension) or to the folder with images. |
Return Value
Array of RecognitionResult
objects with recognition results for each processed image.
See Also
- class RecognitionResult
- class AsposeOcr
- namespace Aspose.OCR
- assembly Aspose.OCR