|
|
|
|
OCRExtractTextBlock (Function) In french: OCRExtraitBlocTexte Returns all the text blocks of an image. MyImage is Image MyTextBlockArray is array of ocrTextBlock MyTextBlockArray = OCRExtractTextBlock(MyImage) Syntax
<Result> = OCRExtractTextBlock(<Image to use>)
<Result>: Array of ocrTextBlock variables Array of ocrTextBlock variables. <Image to use>: Control name, Image variable, character string Image in which the text blocks must be detected. The image can correspond to: - an Image control,
- an Image variable,
- an Image Memo item,
- the path of an image file.
- the path of PDF file.
Caution: this file must contain only one page. Reminder: you can extract a page from a PDF file as an image using PDFExtractPage. This image can be processed by OCRExtractTextBlock.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|