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