Fix: don't skip OCR/archive for tagged PDFs with no actual text (#13351)

This commit is contained in:
Trenton H
2026-07-27 16:52:29 -07:00
committed by GitHub
parent 7eee8538ec
commit dcff067dc1
5 changed files with 47 additions and 12 deletions
+2 -2
View File
@@ -932,8 +932,8 @@ for display in the web interface.
| Document type | `never` | `auto` (default) | `always` |
| -------------------------- | ------- | -------------------------- | -------- |
| Scanned image (TIFF, JPEG) | No | **Yes** | Yes |
| Image-based PDF | No | **Yes** (short/no text, untagged) | Yes |
| Born-digital PDF | No | No (tagged or has embedded text) | Yes |
| Image-based PDF | No | **Yes** (no embedded text) | Yes |
| Born-digital PDF | No | No (has embedded text, optionally confirmed by tag) | Yes |
| Plain text, email, HTML | No | No | No |
| DOCX / ODT (via Tika) | Yes\* | Yes\* | Yes\* |