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