AsposeOcr.RecognizeTiff
inhoud
[
verbergen
]RecognizeTiff(string, DocumentRecognitionSettings)
Herken tekst van TIFF-afbeelding met meerdere pagina’s. Herkent TIFF-bestand met de mogelijkheid om te specificerenDocumentRecognitionSettings
. Ondersteunt alleen TIFF (TIF). Ondersteunt geen andere afbeeldingstypen.
public List<RecognitionResult> RecognizeTiff(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
RecognizeTiff(MemoryStream, DocumentRecognitionSettings)
Herken tekst van TIFF-afbeelding met meerdere pagina’s. Herkent TIFF-bestand met de mogelijkheid om te specificerenDocumentRecognitionSettings
. Ondersteunt alleen TIFF (TIF). Ondersteunt geen andere afbeeldingstypen.
public List<RecognitionResult> RecognizeTiff(MemoryStream stream,
DocumentRecognitionSettings settings)
Parameter | Type | Beschrijving |
---|---|---|
stream | MemoryStream | Geheugenstroom met het TIFF-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