mirror of
https://github.com/rustmailer/bichon.git
synced 2026-08-03 07:48:34 +02:00
fix: HTTP Error 500 Internal Server Error: Failed for 58344335-2e86-4009-979d-6da0331bff63 - Failed to export an email. Aborting process... #275
This commit is contained in:
@@ -53,6 +53,7 @@ pub struct AttachmentInfo {
|
|||||||
/// Page count reported by the extractor, if any.
|
/// Page count reported by the extractor, if any.
|
||||||
pub extracted_page_count: Option<u32>,
|
pub extracted_page_count: Option<u32>,
|
||||||
/// Whether the extracted text came from OCR.
|
/// Whether the extracted text came from OCR.
|
||||||
|
#[serde(default)]
|
||||||
pub extracted_is_ocr: bool,
|
pub extracted_is_ocr: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user