I have PDF files that have been "recognized" using the OCR Text Recognition -> Recognize Text Using OCR functionality in Acrobat.
I would like to take these as an upload (C# ASP.NET MVC) and be able to extract this information for indexing and search purposes.
I have tried opening the PDF files and I don't find any of the recognized text so I'm guessing it's compressed and/or encoded.
Any ideas?