mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-06-08 14:49:44 +00:00
Adds a tagged PDF check as well, for an even better decision to skip OCR in auto mode
This commit is contained in:
@@ -858,8 +858,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) | Yes |
|
||||
| Born-digital PDF | No | No (has embedded text) | Yes |
|
||||
| Image-based PDF | No | **Yes** (short/no text, untagged) | Yes |
|
||||
| Born-digital PDF | No | No (tagged or has embedded text) | Yes |
|
||||
| Plain text, email, HTML | No | No | No |
|
||||
| DOCX / ODT (via Tika) | Yes\* | Yes\* | Yes\* |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user