De-constructing regular pdf's,docx format based information into structured JSON format.
To contribute to our documentation:
-
Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your GitHub account. 🍴
-
Clone Your Fork: Clone the forked repository to your local machine using Git. 🖥️
git clone https://github.com/<your/user/name>/data_preprocessor.git
-
Create a Branch: Create a new branch for your contribution. 🌿
git checkout -b <new-branch-name>
-
Virtual Evnvironment: Create necessary virtual environtment or docker container; prefer if you look into docker and stuff.
-
Use Git CLI to add your files and track it.
-
Once pushed to your branch give a pull request.