C# OCR Sample - PDF to Images then OCR Images

Hi
Where can I find sample code to extract multiple PDF to images then OCR the images?

@jon_elster_i3intel_com

Please check following articles in API documentation in order to convert PDF Pages into Images (using Aspose.PDF) and Perform OCR on an Image (using Aspose.OCR):

I have to write the PDF to PNG, then use that PNG? or can I use a stream?
thx

@jon_elster_i3intel_com

You can use stream as well.