diff --git a/Olive.Azure.DocumentAnalyzer/DocumentAnalyzeResult.cs b/Olive.Azure.DocumentAnalyzer/DocumentAnalyzeResult.cs index 63657229..4eac434f 100644 --- a/Olive.Azure.DocumentAnalyzer/DocumentAnalyzeResult.cs +++ b/Olive.Azure.DocumentAnalyzer/DocumentAnalyzeResult.cs @@ -38,7 +38,8 @@ public class Fields public string? Type { get; set; } public string? ValueString { get; set; } public string? Content { get; set; } - public ValueCurrency? ValueCurrency { get; set; } + public string? ValueDate { get; set; } + public Dictionary? ValueCurrency { get; set; } public List? BoundingRegions { get; set; } public decimal? Confidence { get; set; } public List? ValueArray { get; set; } diff --git a/Olive.Azure.DocumentAnalyzer/Olive.Azure.DocumentAnalyzer.csproj b/Olive.Azure.DocumentAnalyzer/Olive.Azure.DocumentAnalyzer.csproj index 17184308..e4240657 100644 --- a/Olive.Azure.DocumentAnalyzer/Olive.Azure.DocumentAnalyzer.csproj +++ b/Olive.Azure.DocumentAnalyzer/Olive.Azure.DocumentAnalyzer.csproj @@ -4,7 +4,7 @@ net6.0 enable enable - 1.0.3 + 1.0.4