Skip to content

Commit 2b732cd

Browse files
committed
feedback changes
1 parent ef2cfd7 commit 2b732cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 all text from the entire PDF document
55+
## Code snippet for Extract text from the entire PDF document
5656
We will create a new .NET console application, add the Syncfusion PDF library package, and write the code
5757

5858
```csharp

TextExtraction/TextExtractionSample/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ static void Extract_Layout() {
4848
loadedDocument.Close(true);
4949
}
5050
/// <summary>
51-
/// Extract all text from the entire PDF document
51+
/// Extract text from the entire PDF document
5252
/// </summary>
5353
static void ExtractText_EntirePDF() {
5454
//Get stream from an existing PDF document.

0 commit comments

Comments
 (0)