Hi,
I am OCRing a 44-page document by splitting it 8 pages at a time . When I merge all pages back together, a static function PdfDocumentBase.Merge(PdfDocumentBase dest, PdfLoadedDocument src) throws an Exception "Value cannot be null. Parameter name: dictionary"
Here is the Stack Trace:
at Syncfusion.Pdf.Parsing.PdfLoadedDocument.LoadDocument(Stream file)
at Syncfusion.Pdf.Parsing.PdfLoadedDocument..ctor(Stream file)
at Syncfusion.Pdf.PdfDocumentBase.Merge(String[] paths, PdfMergeOptions options)
I am using liblept168.dll, SyncfusionTesseract.dll (v3.2) as OCR engine. Syncfusion dlls are Pdf.Base.dll (v19.3460.0.43), Syncfusion.OCRProcessor.Base.dll (v19.3460.0.43), Syncfusion.Compression.Base.dll ( v19.3460.0.43).