From 33143b94e9d0899d1b82bda41cf60f196dcfeb25 Mon Sep 17 00:00:00 2001 From: UTSAVS26 <119779889+UTSAVS26@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:44:21 +0000 Subject: [PATCH] Update repo structure --- Repo-structure.md | 13 +++++++++++++ repo_structure.txt | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/Repo-structure.md b/Repo-structure.md index e98c2048bc..1d1c1517d4 100644 --- a/Repo-structure.md +++ b/Repo-structure.md @@ -116,6 +116,19 @@ │ ├── output.txt │ └── requirements.txt ├── Automation_Tools +│ ├── Autofill personal info using Aadhar Card Image +│ │ ├── OCR ADHAAR API +│ │ │ └── app.py +│ │ ├── README.md +│ │ ├── RESULT.md +│ │ ├── assets +│ │ │ └── images +│ │ │ ├── Output.png +│ │ │ ├── api_response.png +│ │ │ ├── easyocr.png +│ │ │ └── tesseract.png +│ │ ├── extract_aadhar_details.ipynb +│ │ └── requirements.txt │ ├── Image-Tool │ │ ├── Image_Tool.py │ │ ├── README.md diff --git a/repo_structure.txt b/repo_structure.txt index e7952f5223..f3f784cad3 100644 --- a/repo_structure.txt +++ b/repo_structure.txt @@ -114,6 +114,19 @@ │ ├── output.txt │ └── requirements.txt ├── Automation_Tools +│ ├── Autofill personal info using Aadhar Card Image +│ │ ├── OCR ADHAAR API +│ │ │ └── app.py +│ │ ├── README.md +│ │ ├── RESULT.md +│ │ ├── assets +│ │ │ └── images +│ │ │ ├── Output.png +│ │ │ ├── api_response.png +│ │ │ ├── easyocr.png +│ │ │ └── tesseract.png +│ │ ├── extract_aadhar_details.ipynb +│ │ └── requirements.txt │ ├── Image-Tool │ │ ├── Image_Tool.py │ │ ├── README.md