File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
5656We will create a new .NET console application, add the Syncfusion PDF library package, and write the code
5757
5858``` csharp
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments