AsposeOcr.RecognizeTiff
محتويات
[
يخفي
]RecognizeTiff(string, DocumentRecognitionSettings)
التعرف على النص من صورة TIFF متعددة الصفحات. يتعرف على ملف TIFF مع إمكانية التحديدDocumentRecognitionSettings
. يدعم TIFF (TIF) فقط. لا يدعم أنواع الصور الأخرى.
public List<RecognitionResult> RecognizeTiff(string fullPath, DocumentRecognitionSettings settings)
معامل | يكتب | وصف |
---|---|---|
fullPath | String | المسار الكامل للصورة. |
settings | DocumentRecognitionSettings | إعدادات التعرف. |
قيمة الإرجاع
الRecognitionResult
قائمة الكائنات مع نتائج التعرف على الصور.
أنظر أيضا
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- مساحة الاسم Aspose.OCR
- المجسم Aspose.OCR
RecognizeTiff(MemoryStream, DocumentRecognitionSettings)
التعرف على النص من صورة TIFF متعددة الصفحات. يتعرف على ملف TIFF مع إمكانية التحديدDocumentRecognitionSettings
. يدعم TIFF (TIF) فقط. لا يدعم أنواع الصور الأخرى.
public List<RecognitionResult> RecognizeTiff(MemoryStream stream,
DocumentRecognitionSettings settings)
معامل | يكتب | وصف |
---|---|---|
stream | MemoryStream | دفق الذاكرة مع ملف TIFF. |
settings | DocumentRecognitionSettings | إعدادات التعرف. |
قيمة الإرجاع
الRecognitionResult
قائمة الكائنات مع نتائج التعرف على الصور.
أنظر أيضا
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- مساحة الاسم Aspose.OCR
- المجسم Aspose.OCR