RecognizeTextAreas
OcrConnectorBase.RecognizeTextAreas method
Tekstgebieden herkennen uitimageStream stroom.
public virtual IList<PageTextArea> RecognizeTextAreas(Stream imageStream, int pageIndex, 
    Size pageSize, OcrOptions options)
| Parameter | Type | Beschrijving | 
|---|---|---|
| imageStream | Stream | De afbeeldingsrepresentatie van de documentpagina. | 
| pageIndex | Int32 | De pagina-index van het document. | 
| pageSize | Size | De grootte van de documentpagina. | 
| options | OcrOptions | De OCR-opties. | 
Winstwaarde
Een verzameling vanPageTextArea voorwerpen;nul als het herkennen van tekstgebieden niet wordt ondersteund.
Zie ook
- class PageTextArea
 - class Size
 - class OcrOptions
 - class OcrConnectorBase
 - naamruimte GroupDocs.Parser.Options
 - montage GroupDocs.Parser