diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample.sln b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample.sln
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample.sln
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample.sln
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj.user b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj.user
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj.user
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/PDFViewerSample.csproj.user
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml.cs b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml.cs
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml.cs
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Error.cshtml.cs
diff --git a/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml
new file mode 100644
index 0000000..bf49606
--- /dev/null
+++ b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml
@@ -0,0 +1,58 @@
+@page "{handler?}"
+@model IndexModel
+@{
+ ViewData["Title"] = "Home page";
+}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml.cs b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml.cs
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml.cs
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml.cs
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml.cs b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml.cs
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml.cs
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Privacy.cshtml.cs
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml.css b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml.css
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml.css
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Shared/_Layout.cshtml.css
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Shared/_ValidationScriptsPartial.cshtml b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Shared/_ValidationScriptsPartial.cshtml
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Shared/_ValidationScriptsPartial.cshtml
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/Shared/_ValidationScriptsPartial.cshtml
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/_ViewImports.cshtml b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/_ViewImports.cshtml
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/_ViewImports.cshtml
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/_ViewImports.cshtml
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/_ViewStart.cshtml b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/_ViewStart.cshtml
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/_ViewStart.cshtml
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Pages/_ViewStart.cshtml
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Program.cs b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Program.cs
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Program.cs
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Program.cs
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Properties/launchSettings.json b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Properties/launchSettings.json
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Properties/launchSettings.json
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/Properties/launchSettings.json
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/appsettings.Development.json b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/appsettings.Development.json
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/appsettings.Development.json
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/appsettings.Development.json
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/appsettings.json b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/appsettings.json
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/appsettings.json
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/appsettings.json
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/wwwroot/favicon.ico b/How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/wwwroot/favicon.ico
similarity index 100%
rename from How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/wwwroot/favicon.ico
rename to How to/Add Rectangle Annotations Using Search Text Bounds/PDFViewerSample/PDFViewerSample/wwwroot/favicon.ico
diff --git a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml b/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml
deleted file mode 100644
index 517491d..0000000
--- a/How to/Get co-ordinates of Annotations/PDFViewerSample/PDFViewerSample/Pages/Index.cshtml
+++ /dev/null
@@ -1,21 +0,0 @@
-@page "{handler?}"
-@model IndexModel
-@{
- ViewData["Title"] = "Home page";
-}
-
-
-