I'm using both libraries IronPdf and IronOcr on a single project, i found out that, when i first use the pdftoimage method from ironpdf it works fine but when i immediately after i run a ocr barcode reading with ironocr library it crashes and viceversa, when i execute first an ironocr barcode reading method runs fine and when immediately use ironpdftojpeg method it crashes. I have already installed Both Visual C++ 2017 Redistributable x86 and 64.
After an IronOcr method, crashes on a .toJpeg method from ironpdf:
System.MissingMethodException: 'Method not found: 'System.Collections.Generic.List1<System.String>LibPdfium.Api.PdfToImage( System.IO.Stream, System.String, System.Collections.Generic.IEnumerable1, System.Nullable1<Int32>, System.Nullable1, ImageType
After a IronPdf to image method it crashes on a Ocr read method:
System.MissingMethodException: 'Method not found: 'System.Collections.Generic.IEnumerable`1 LibPdfium.Api.PdfToImage(System.String, System.String)'.'
Is there a way to make them work together without trouble?
Any advice would be much appreciated
Regards,
I'm using both libraries IronPdf and IronOcr on a single project, i found out that, when i first use the pdftoimage method from ironpdf it works fine but when i immediately after i run a ocr barcode reading with ironocr library it crashes and viceversa, when i execute first an ironocr barcode reading method runs fine and when immediately use ironpdftojpeg method it crashes. I have already installed Both Visual C++ 2017 Redistributable x86 and 64.
After an IronOcr method, crashes on a .toJpeg method from ironpdf: System.MissingMethodException: 'Method not found: 'System.Collections.Generic.List, System.Nullable, ImageType
1<System.String>LibPdfium.Api.PdfToImage( System.IO.Stream, System.String, System.Collections.Generic.IEnumerable
11<Int32>, System.Nullable
1After a IronPdf to image method it crashes on a Ocr read method: System.MissingMethodException: 'Method not found: 'System.Collections.Generic.IEnumerable`1 LibPdfium.Api.PdfToImage(System.String, System.String)'.'
Is there a way to make them work together without trouble? Any advice would be much appreciated Regards,