Skip to content

Commit

Permalink
Update localv3/localv4 as public to enable openvino usage.
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Oct 7, 2023
1 parent 4a2d2af commit 0f69d36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sdcb.PaddleOCR.Models.LocalV3/KnownModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace Sdcb.PaddleOCR.Models.LocalV3;

internal static class KnownModels
public static class KnownModels
{
public static HashSet<string> All = new(new[]
{
Expand Down
6 changes: 6 additions & 0 deletions src/Sdcb.PaddleOCR.Models.LocalV4/KnownModels.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@

namespace Sdcb.PaddleOCR.Models.LocalV4;

/// <summary>
/// Contains known models for local version 4
/// </summary>
internal static class KnownModels
{
/// <summary>
/// HashSet containing all the model names
/// </summary>
public static HashSet<string> All = new(new[]
{
"arabic_PP-OCRv4_rec",
Expand Down

0 comments on commit 0f69d36

Please sign in to comment.