Hello,
I am developing a program that extracts the text from a PDF using Digitize Document activity and Omnipage OCR engine, and then using RegEx Matches activities finds certain words within the extracted text.
I would like to obtain not only the text from the PDF, but also the confidence score of the OCR engine for each one. Is there any way to obtain this value?
Thanks in advance.