Ocr |
The OcrResultRenderer type exposes the following members.
| Name | Description | |
|---|---|---|
| Extension | Gets renderer extension | |
| Handle | Handle to internal tesseract renderer | |
| ImageCount | Gets the index of the last image given to AddImage (i.e. images are incremented whether the image succeeded or not) | |
| Title | Gets document title |
| Name | Description | |
|---|---|---|
| AddImage | Adds the recognized text from the source image to the current document. Invalid if BeginDocument not yet called. | |
| BeginDocument | Starts a new document with the given title. This clears the contents of the output data. | |
| Dispose | Releases all resources used by this OcrResultRenderer | |
| EndDocument | Finishes the document and finalizes the output data. Invalid if BeginDocument(String) not yet called. | |
| Insert | Insert renderer | |
| Next | Get next rendeder. |