@@ -10,7 +10,7 @@ A quick start .NET console project that shows how to extract text from a PDF doc
1010** IDEs**
1111* Visual Studio 2019/ Visual Studio 2022
1212
13- ## Code snippet for Extract text from a specific page
13+ ## Extract text from a specific page
1414We will create a new .NET console application, add the Syncfusion PDF library package, and write the code
1515
1616``` csharp
@@ -31,7 +31,7 @@ loadedDocument.Close(true);
3131** Output Image**
3232<img src =" TextExtraction/TextExtractionSample/Output_images/Output.png " alt =" output_image " width =" 100% " Height =" Auto " />
3333
34- ## Code snippet for Layout-based text extraction
34+ ## Layout-based text extraction
3535We will create a new .NET console application, add the Syncfusion PDF library package, and write the code
3636
3737``` csharp
@@ -52,7 +52,7 @@ loadedDocument.Close(true);
5252** Output Image**
5353<img src =" TextExtraction/TextExtractionSample/Output_images/Layout-based-text-extraction.png " alt =" output_image " width =" 100% " Height =" Auto " />
5454
55- ## Code snippet for Extract text from the entire PDF document
55+ ## Extract text from the entire PDF document
5656We will create a new .NET console application, add the Syncfusion PDF library package, and write the code
5757
5858``` csharp
@@ -74,7 +74,7 @@ loadedDocument.Close(true);
7474** Output Image**
7575<img src =" TextExtraction/TextExtractionSample/Output_images/ExtractText.png " alt =" output_image " width =" 100% " Height =" Auto " />
7676
77- ## Code snippet for Extract text from predefined bounds
77+ ## Extract text from predefined bounds
7878We will create a new .NET console application, add the Syncfusion PDF library package, and write the code
7979
8080``` csharp
0 commit comments