AsposeOcr.RecognizeDjvu
İçindekiler
[
Saklamak
]RecognizeDjvu(string, DocumentRecognitionSettings)
Çok sayfalı DJVU görüntüsündeki metni tanıyın. Belirtme yeteneği ile DJVU dosyasını tanırDocumentRecognitionSettings
. Yalnızca DJVU’yu destekler. Diğer resim türlerini desteklemiyor.
public List<RecognitionResult> RecognizeDjvu(string fullPath, DocumentRecognitionSettings settings)
Parametre | Tip | Tanım |
---|---|---|
fullPath | String | Resmin tam yolu. |
settings | DocumentRecognitionSettings | Tanıma ayarları. |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları olan nesnelerin listesi.
Ayrıca bakınız
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizeDjvu(MemoryStream, DocumentRecognitionSettings)
Çok sayfalı DJVU görüntüsündeki metni tanıyın. Belirtme yeteneği ile DJVU dosyasını tanırDocumentRecognitionSettings
. Yalnızca DJVU’yu destekler. Diğer resim türlerini desteklemiyor.
public List<RecognitionResult> RecognizeDjvu(MemoryStream stream,
DocumentRecognitionSettings settings)
Parametre | Tip | Tanım |
---|---|---|
stream | MemoryStream | DJVU dosyası ile bellek akışı. |
settings | DocumentRecognitionSettings | Tanıma ayarları. |
Geri dönüş değeri
buRecognitionResult
görüntü tanıma sonuçları olan nesnelerin listesi.
Ayrıca bakınız
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR