feat: accept PDF uploads — pdfinfo extraction, pdf_pages rows, thumbnail job queuing

This commit is contained in:
Hiren Kangad
2026-03-14 11:10:45 +05:30
parent d28998e4d7
commit 0b56ec7f6f
2 changed files with 64 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ const MIME_TO_EXT = {
'video/mp4': '.mp4',
'video/webm': '.webm',
'video/quicktime': '.mov',
'application/pdf': '.pdf',
};
/**