I am working on a application that reads attachments from the e-mail(PDF's in general) and performs OCR operation on the PDF files. The problem is that I need to save the files to the HDD first and I think that this is not necessary. Is it possible to perform the OCR operation over a byte array without having to save the files to the disk first?
thanks in advance, Igor