Start creating Dictionary-based internal models

This commit is contained in:
Matt Nadareski
2023-08-01 23:18:53 -04:00
parent 8a56f8fd11
commit 7d4d69bbb8
55 changed files with 1613 additions and 39 deletions

View File

@@ -123,12 +123,12 @@ namespace SabreTools.Models.ArchiveDotOrg
[XmlElement("ocr_detected_script_conf")]
public string? TesseractOCRDetectedScriptConf { get; set; }
[XmlElement("ocr_parameters")]
public string? TesseractOCRParameters { get; set; }
[XmlElement("ocr_module_version")]
public string? TesseractOCRModuleVersion { get; set; }
[XmlElement("ocr_parameters")]
public string? TesseractOCRParameters { get; set; }
[XmlElement("pdf_module_version")]
public string? PDFModuleVersion { get; set; }