Skip to content

Commit

Permalink
Fix argument and add to test-samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
datalogics-josepha committed Jan 24, 2025
1 parent 72c39bb commit f9685d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test-net-framework-samples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
'InformationExtraction/Metadata/',
'OpticalCharacterRecognition/AddTextToDocument/',
'OpticalCharacterRecognition/AddTextToImage/',
'OpticalCharacterRecognition/OCRDocument/',
'Other/MemoryFileSystem/',
'Other/StreamIO/',
'Printing/PrintPDF/',
Expand Down
2 changes: 1 addition & 1 deletion OpticalCharacterRecognition/OCRDocument/OCRDocument.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static void Main(string[] args)
{
using (Page page = doc.GetPage(numPage))
{
page.RecognizePageContents(doc, ocrEngine);
page.RecognizePageContents(page, ocrEngine);
}
}

Expand Down

0 comments on commit f9685d2

Please sign in to comment.