Use read pdf with Ocr activity output text.The omnipage ocr text also gives the Output but that is not accurate as compared to read pdf Text with ocr activity Output text
when using the Read PDF with OCR activity with OmniPage OCR, you have two main outputs to handle:
Read PDF with OCR Activity: The Text output property captures the extracted text from the PDF using OmniPage OCR. This is the primary text result.
OmniPage OCR Engine: If used separately, it also provides a Text output, containing the OCR results. Ensure you assign this output to a variable for further use.
Typically, you only need to handle the Text output from Read PDF with OCR.