We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72c39bb commit 6f2fc41Copy full SHA for 6f2fc41
OpticalCharacterRecognition/OCRDocument/OCRDocument.cs
@@ -61,7 +61,7 @@ static void Main(string[] args)
61
{
62
using (Page page = doc.GetPage(numPage))
63
64
- page.RecognizePageContents(doc, ocrEngine);
+ page.RecognizePageContents(page, ocrEngine);
65
}
66
67
0 commit comments