AsposeOcr.RecognizePdf
İçindekiler
[
Saklamak
]RecognizePdf(string, DocumentRecognitionSettings)
Taranan pdf’den metni tanıyın (resimleri çıkarın). Belirtme yeteneği ile pdf dosyasını tanırDocumentRecognitionSettings
. Yalnızca Taranan PDF’yi destekler. Aranabilir PDF’yi desteklemiyor.
public List<RecognitionResult> RecognizePdf(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 nesne.
Ayrıca bakınız
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR
RecognizePdf(MemoryStream, DocumentRecognitionSettings)
Taranan pdf’den metni tanıyın (resimleri çıkarın). Belirtme yeteneği ile pdf dosyasını tanırRecognitionSettings
. Yalnızca Taranan PDF’yi destekler. Aranabilir PDF’yi desteklemiyor.
public List<RecognitionResult> RecognizePdf(MemoryStream stream,
DocumentRecognitionSettings settings)
Parametre | Tip | Tanım |
---|---|---|
stream | MemoryStream | Pdf dosyası ile bellek akışı. |
settings | DocumentRecognitionSettings | 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 DocumentRecognitionSettings
- class AsposeOcr
- ad alanı Aspose.OCR
- toplantı Aspose.OCR