Data Processing & Transformation
Regex, string replacement, OCR, text similarity, key data extraction
| Activity | What it does |
|---|---|
| Key Data Extractor | Extract key information from documents and images, efficiently formatting it into a predefined structure for quick and a |
| Match Regexp | Extract text using regular expressions. Supports capture groups: if the pattern contains a group like ([^]]+), returns t |
| OCR | Extract text from an image using Optical Character Recognition (OCR). |
| OCR Text | Extract key information from a text, efficiently formatting it into a predefined structure for quick and accurate data r |
| Replace All | Replace multiple substrings in a string with their respective replacements |
| Text Similarity | Computes the similarity between a text and a list of candidates, extracting the text with the highest similarity above t |