AsposeOcr.RecognizePdf
inhoud
[
verbergen
]RecognizePdf(string, DocumentRecognitionSettings)
Tekst herkennen uit gescande pdf (afbeeldingen extraheren). Herkent pdf-bestand met de mogelijkheid om te specificerenDocumentRecognitionSettings
. Ondersteunt alleen gescande PDF. Ondersteunt geen doorzoekbare PDF.
public List<RecognitionResult> RecognizePdf(string fullPath, DocumentRecognitionSettings settings)
Parameter | Type | Beschrijving |
---|---|---|
fullPath | String | Volledig pad naar de afbeelding. |
settings | DocumentRecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Zie ook
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizePdf(MemoryStream, DocumentRecognitionSettings)
Tekst herkennen uit gescande pdf (afbeeldingen extraheren). Herkent pdf-bestand met de mogelijkheid om te specificerenRecognitionSettings
. Ondersteunt alleen gescande PDF. Ondersteunt geen doorzoekbare PDF.
public List<RecognitionResult> RecognizePdf(MemoryStream stream,
DocumentRecognitionSettings settings)
Parameter | Type | Beschrijving |
---|---|---|
stream | MemoryStream | Memory stream met het pdf-bestand. |
settings | DocumentRecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
object met resultaten voor beeldherkenning.
Zie ook
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR