AsposeOcr.RecognizeDjvu
inhoud
[
verbergen
]RecognizeDjvu(string, DocumentRecognitionSettings)
Herken tekst van DJVU-afbeelding met meerdere pagina’s. Herkent DJVU-bestand met de mogelijkheid om te specificerenDocumentRecognitionSettings
. Ondersteunt alleen DJVU. Ondersteunt geen andere afbeeldingstypen.
public List<RecognitionResult> RecognizeDjvu(string fullPath, DocumentRecognitionSettings settings)
Parameter | Type | Beschrijving |
---|---|---|
fullPath | String | Volledig pad naar de afbeelding. |
settings | DocumentRecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
lijst met objecten met resultaten voor beeldherkenning.
Zie ook
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR
RecognizeDjvu(MemoryStream, DocumentRecognitionSettings)
Herken tekst van DJVU-afbeelding met meerdere pagina’s. Herkent DJVU-bestand met de mogelijkheid om te specificerenDocumentRecognitionSettings
. Ondersteunt alleen DJVU. Ondersteunt geen andere afbeeldingstypen.
public List<RecognitionResult> RecognizeDjvu(MemoryStream stream,
DocumentRecognitionSettings settings)
Parameter | Type | Beschrijving |
---|---|---|
stream | MemoryStream | Geheugenstroom met het DJVU-bestand. |
settings | DocumentRecognitionSettings | Herkenning instellingen. |
Winstwaarde
DeRecognitionResult
lijst met objecten met resultaten voor beeldherkenning.
Zie ook
- class RecognitionResult
- class DocumentRecognitionSettings
- class AsposeOcr
- naamruimte Aspose.OCR
- montage Aspose.OCR