AsposeOcr.RecognizeImage
RecognizeImage(string)
Resimdeki metni tanır.
public string RecognizeImage(string fullPath)
Parametre | Tip | Tanım |
---|---|---|
fullPath | String | Resmin yolu. |
Geri dönüş değeri
Tanınan metin.
Notlar
Otomatik görüntü eğim düzeltmesi ve metin alanları algılama kullanır. GIF, PNG, JPEG, BMP, TIFF, JFIF’i 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 | Resmin yolu. |
settings | RecognitionSettings | Tanıma ayarları. |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları olan nesne.
Notlar
Belirtme yeteneği ile görüntüyü tanırRecognitionSettings
. GIF, PNG, JPEG, BMP, TIFF, JFIF’i 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ğim düzeltmesi ve metin alanları algılama kullanır. GIF, PNG, JPEG, BMP, TIFF, JFIF’i destekler.
Ayrıca bakınız
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizeImage(MemoryStream, RecognitionSettings)
Resimdeki metni tanır. Belirtme yeteneği ile görüntüyü tanırRecognitionSettings
. GIF, PNG, JPEG, BMP, TIFF, JFIF’i 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ı olan nesne.
Ayrıca bakınız
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizeImage(byte[], int, int, PixelType, RecognitionSettings)
Resimdeki metni tanır.
public RecognitionResult RecognizeImage(byte[] imageData, int width, int height,
PixelType pixelFormat, RecognitionSettings settings = null)
Parametre | Tip | Tanım |
---|---|---|
imageData | Byte[] | Bayt dizisindeki kodu çözülmüş görüntü. bitsPerPixel > 1 için RGB aydınlatma teknolojisini kullanır. |
width | Int32 | Resim Genişliği. |
height | Int32 | Görüntü yüksekliği. |
pixelFormat | PixelType | Bayt, rgb, bgr, rgba’yı destekler. |
settings | RecognitionSettings | Tanıma ayarları. |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları olan nesne.
Notlar
Belirtme yeteneği ile görüntüyü tanırRecognitionSettings
. Satır kodu çözülmüş bayt verilerini destekler.
Ayrıca bakınız
- class RecognitionResult
- enum PixelType
- class RecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizeImage(Color[], int, int, RecognitionSettings)
Resimdeki metni tanır.
public RecognitionResult RecognizeImage(Color[] imageData, int width, int height,
RecognitionSettings settings = null)
Parametre | Tip | Tanım |
---|---|---|
imageData | Color[] | Aspose.Drawing.Color dizisindeki kodu çözülmüş görüntü. |
width | Int32 | Resim Genişliği. |
height | Int32 | Görüntü yüksekliği. |
settings | RecognitionSettings | Tanıma ayarları. |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları olan nesne.
Notlar
Belirtme yeteneği ile görüntüyü tanırRecognitionSettings
. Satır kodu çözülmüş bayt verilerini destekler.
Ayrıca bakınız
- class RecognitionResult
- class RecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR