Skip to content

Commit c8ad6d1

Browse files
KSemenenkoCopilot
andauthored
Update src/MarkItDown/Converters/PdfConverter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 4b3d09c commit c8ad6d1

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)