Run C# samples

Once you have built the .NET sample that you wish to run, you can go to the bin folder and run the command appropriate to that sample. As an example, DocumentClassification might look like this:

DocumentClassificationSample.exe
-input="C:\Sample\Sample Images\businessletter1.tif,
C:\Sample\Sample Images\contract1.tif,C:\Sample\Sample Images\invoice1.tif"
-dcproject="C:\Sample\Sample Images\classifier.dcp"
-output="C:\Ops\Texts\"
-service_url=http://yourserver:5002/v3
If you run the program without any parameters, you will get a quick help overview of how to use it.