From 98281ee435282158802c30e565135340beeb0f97 Mon Sep 17 00:00:00 2001 From: Joseph Argento Date: Fri, 24 Jan 2025 10:04:35 -0600 Subject: [PATCH] Add to test-samples. --- .github/workflows/test-net-framework-samples.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-net-framework-samples.yml b/.github/workflows/test-net-framework-samples.yml index 7138f87..a775b52 100644 --- a/.github/workflows/test-net-framework-samples.yml +++ b/.github/workflows/test-net-framework-samples.yml @@ -88,6 +88,7 @@ jobs: 'InformationExtraction/Metadata/', 'OpticalCharacterRecognition/AddTextToDocument/', 'OpticalCharacterRecognition/AddTextToImage/', + 'OpticalCharacterRecognition/OCRDocument/', 'Other/MemoryFileSystem/', 'Other/StreamIO/', 'Printing/PrintPDF/',