RecognizeImage
İçindekiler
[
Saklamak
]
RecognizeImage(string)
Resimdeki metni tanır.
public string RecognizeImage(string fullPath)
Parametre | Tip | Tanım |
---|---|---|
fullPath | String | Görüntüye giden yol. |
Geri dönüş değeri
Tanınan metin.
Notlar
Otomatik görüntü eğriliği düzeltme ve metin alanları algılama kullanır. GIF, PNG, JPEG, BMP, TIFF’yi destekler.
Ayrıca bakınız
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizeImage(string, RecognitionSettings)
Resimdeki metni tanır.
public RecognitionResult RecognizeImage(string fullPath, RecognitionSettings settings)
Parametre | Tip | Tanım |
---|---|---|
fullPath | String | Görüntüye giden yol. |
settings | RecognitionSettings | Tanıma ayarları. |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları ile nesne.
Notlar
Resmi, belirtme yeteneğiyle tanırRecognitionSettings
. GIF, PNG, JPEG, BMP, TIFF’yi destekler.
Ayrıca bakınız
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizeImage(MemoryStream)
Resimdeki metni tanır.
public string RecognizeImage(MemoryStream stream)
Parametre | Tip | Tanım |
---|---|---|
stream | MemoryStream | Görüntüyü içeren bellek akışı. |
Geri dönüş değeri
Tanınan metin.
Notlar
Otomatik görüntü eğriliği düzeltme ve metin alanları algılamayı kullanır. GIF, PNG, JPEG, BMP, TIFF. desteği
Ayrıca bakınız
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizeImage(MemoryStream, RecognitionSettings)
Resimdeki metni tanır. Resmi, belirtme yeteneğiyle tanırRecognitionSettings
. GIF, PNG, JPEG, BMP, TIFF’yi destekler.
public RecognitionResult RecognizeImage(MemoryStream stream, RecognitionSettings settings)
Parametre | Tip | Tanım |
---|---|---|
stream | MemoryStream | Görüntüyü içeren bellek akışı. |
settings | RecognitionSettings | Tanıma ayarları. |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları ile nesne.
Ayrıca bakınız
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR