Skip to content

Commit

Permalink
Update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
atir-naveed-geeksltd committed Jan 3, 2025
1 parent 7feed9a commit 5043238
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Olive.Azure.DocumentAnalyzer/DocumentAnalyzeResult.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, ValueCurrency>? ValueCurrency { get; set; }
public List<BoundingRegions>? BoundingRegions { get; set; }
public decimal? Confidence { get; set; }
public List<ValueArray>? ValueArray { get; set; }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.0.3</Version>
<Version>1.0.4</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5043238

Please sign in to comment.