mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Start creating Dictionary-based internal models
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user