Hi @florian.huennies
Welcome to UiPath
Method 1: Document Understanding
- Read PDF using “Digitize Document”.
- Extract data with ML Model or Form Extractor.
- (Optional) Validate using “Present Validation Station”.
- Save extracted data.
- Write to Excel with “Write Range”.
- Loop through multiple PDFs with “For Each File”.
Method 2: Regex/OCR (Fixed format PDFs)
- Read PDF with “Read PDF Text” or OCR.
- Extract data using Regex or Anchor Base with OCR.
- Store extracted values in variables.
- Write data to Excel using “Write Cell” or “Write Range”.
- Loop through PDFs with “For Each File”.