We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40060e3 commit 0f42299Copy full SHA for 0f42299
TextExtraction/TextExtractionSample/Program.cs
@@ -5,7 +5,7 @@
5
namespace TextExtractionSample {
6
internal class Program {
7
static void Main(string[] args) {
8
-
+ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY");
9
ExtractText();
10
//Extract_Layout();
11
//ExtractText_EntirePDF();
0 commit comments