From 90cb9ad3c58d1735a5278467833f551af3447c0d Mon Sep 17 00:00:00 2001 From: OmarSamirz Date: Mon, 9 Sep 2024 20:20:51 +0300 Subject: [PATCH] Add unit testing --- .github/workflows/{test.yml.disable => test.yml} | 0 docs/getting_started/tutorial.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/workflows/{test.yml.disable => test.yml} (100%) diff --git a/.github/workflows/test.yml.disable b/.github/workflows/test.yml similarity index 100% rename from .github/workflows/test.yml.disable rename to .github/workflows/test.yml diff --git a/docs/getting_started/tutorial.md b/docs/getting_started/tutorial.md index 6290cb68..ed317d8a 100644 --- a/docs/getting_started/tutorial.md +++ b/docs/getting_started/tutorial.md @@ -1,4 +1,4 @@ -# **Tutorial: To be continued** +# **Tutorial** Welcome to the IFTG (Image From Text Generator) package tutorial. This guide will walk you through the key modules and functionalities provided by the package, allowing you to create robust datasets for OCR (Optical Character Recognition) models. Whether you're augmenting images with noise, generating text-based images, or creating batches of data, this tutorial will guide you step-by-step.