Uipath OCR output

Suppose I am using Read PDF with OCR activity and then dragged an OCR.

  1. I can see one output text in Read PDF with OCR activity and suppose I dragged Omni Page OCR then in it’s property also there is another output text
  2. The confusion is which one to use ?

@Ritaman_Baral

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:

  1. 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.
  2. 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.

Hi @Ritaman_Baral

You need to store the output in read pdf with ocr activity

Hi @Ritaman_Baral

The Read pdf with OCR activity is the main activity, it will give Output Text which is extracted by using the OCR.

We use the OCR in the Read Pdf with OCR activity to read the pdf with OCR for better results it only helps it will not give any output.

Hope it helps!!

Which text output to use ?

@Ritaman_Baral

Use Read Text with ocr Text.

The output of both the text will not be same right ?
Or it will be same.?
I have noticed it’s same

@Ritaman_Baral

It’s not accurate the Read pdf with ocr gives the proper data as compared Omnipage or Teseract Ocr Text.

I worked on pdf automation using Ocr activities.When i create a variable in Omnipage ocr it does not give the data properly.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.