Skip to content

Commit 04aabb7

Browse files
authored
Merge pull request #22 from managedcode/codex/fix-all-comments
pdf: tolerate missing renderer when using pdfpig
2 parents f373de0 + 50c1385 commit 04aabb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MarkItDown/Converters/PdfConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ private async Task<PdfExtractionResult> BuildExtractionFromPdfPigAsync(byte[] pd
416416
{
417417
throw;
418418
}
419-
catch
419+
catch (Exception)
420420
{
421421
pageImages = Array.Empty<string>();
422422
}

0 commit comments

Comments
 (0)