KeywordsAIProcessor
KeywordsAIProcessor class
AI post-processor that analyzes OCR results and extracts keywords and values.
public class KeywordsAIProcessor : IOcrAIPostProcessor
Constructors
Methods
| Name | Description |
|---|
| GetResult() | Returns the AI-processed recognition results. The recognition output is returned as a JSON-formatted string with the following structure: |
| SaveMd(string) | Saves the extracted structured tables into a Markdown (.md) file. |
| SaveTxt(string) | Saves the extracted tables and processed text results into a TXT file. |
| SaveXlsx(string) | Saves the extracted structured tables into an XLSX (Excel) file. |
| SetKeywords(string[]) | Sets the keywords used for searching OCR-recognized text. |
See Also