You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/application/ocr/google-lens-ocr.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: "Google Lense For OCR "
2
+
title: "Google Lens OCR Integration in .NET"
3
3
author: "PrashantUnity"
4
4
weight: 100
5
5
date: 2024-06-15T00:00:00-07:00
6
6
lastmod: 2024-06-15T23:59:59-07:00
7
7
dateString: June 2024
8
-
description: "Library to use Google Lens OCR for free, via API used in Chromium. This doesn't require running a headless browser. It's set up to work without any options, there's no need to be authorized (no need for Google account!)."
8
+
description: "Learn how to integrate Google Lens OCR into .NET applications for free text extraction from images without requiring Google account authentication"
Copy file name to clipboardExpand all lines: content/blog/SkiaSharp/basic.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: "Getting Started With Skia Sharp"
2
+
title: "Getting Started with SkiaSharp Graphics Library"
3
3
author: "PrashantUnity"
4
4
weight: 100
5
5
date: 2024-06-14T00:00:00-07:00
6
6
lastmod: 2024-06-14T23:59:59-07:00
7
7
dateString: June 2024
8
-
description: "SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images."
8
+
description: "Complete beginner's guide to SkiaSharp - a cross-platform 2D graphics library for .NET with setup instructions and basic drawing examples"
Copy file name to clipboardExpand all lines: content/blog/SkiaSharp/circleandpoints.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,11 @@
1
1
---
2
-
title: "Circle and Points And Lines"
2
+
title: "Dynamic Circle and Line Patterns in SkiaSharp"
3
3
author: "PrashantUnity"
4
4
weight: 104
5
5
date: 2024-08-03
6
6
lastmod: 2024-08-03
7
7
dateString: August 2024
8
-
description: "Dynamically Generating Bunch of Circle and line and Points on Canvass"
8
+
description: "Learn how to create dynamic geometric patterns with circles, points, and lines using SkiaSharp with mathematical calculations and trigonometry"
Copy file name to clipboardExpand all lines: content/blog/SkiaSharp/logo.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ weight: 102
5
5
date: 2024-06-17T00:00:00-07:00
6
6
lastmod: 2024-06-17T23:59:59-07:00
7
7
dateString: June 2024
8
-
description: "In this Article I am Going To show you Code Snippet of how I used SkiaSharp to Generate CFD LOGO for this Website Using SkiaSharp Library"
8
+
description: "Learn how to create custom logos using SkiaSharp with step-by-step guide to generating the CodeFryDev logo with text, shapes, and styling"
Copy file name to clipboardExpand all lines: content/blog/SkiaSharp/mandlebrot.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ weight: 102
5
5
date: 2024-06-18T00:00:00-07:00
6
6
lastmod: 2024-06-18T23:59:59-07:00
7
7
dateString: June 2024
8
-
description: "In this Article I am Going To show you Code Snippet of how I used SkiaSharp to Generate Mandelbrot"
8
+
description: "Learn how to generate the famous Mandelbrot fractal using C# and SkiaSharp graphics library with mathematical algorithms and color mapping"
9
9
10
10
#canonicalURL: "https://canonical.url/to/page"
11
11
cover:
@@ -82,9 +82,9 @@ for (int y = 0; y < height; y++)
0 commit comments