Skip to content

Commit

Permalink
try fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
sdcb committed Mar 1, 2024
1 parent 1ef24d1 commit 18343fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Sdcb.PaddleOCR.Tests/TableTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public void LocalV3TableTest(string modelName)
}

[Theory]
[InlineData("en_ppstructure_mobile_v2.0_SLANet", "<table><thead><tr><td>Methods</td><td>R</td><td>P</td><td>F</td><td>FPS</td></tr></thead><tbody><tr>")]
[InlineData("ch_ppstructure_mobile_v2.0_SLANet", "<table><tbody><tr><td>Methods</td><td>R</td><td>P</td><td>F</td><td>FPS</td></tr><tr><td>SegLink[26]")]
[InlineData("en_ppstructure_mobile_v2.0_SLANet", "<table><thead><tr><td>Methods</td>")]
[InlineData("ch_ppstructure_mobile_v2.0_SLANet", "<table><tbody><tr><td>Methods</td>")]
public async void LocalV3TableRebuild(string modelName, string expectedHtmlStart)
{
using Mat src = Cv2.ImRead("samples/table.jpg");
Expand Down

0 comments on commit 18343fe

Please sign in to comment.