Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 855 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 855 Bytes

Data Pre-processor

De-constructing regular pdf's,docx format based information into structured JSON format.


How to Contribute

To contribute to our documentation:

  1. Fork the Repository: Click the "Fork" button at the top right of this repository to create a copy in your GitHub account. 🍴

  2. Clone Your Fork: Clone the forked repository to your local machine using Git. 🖥️

    git clone https://github.com/<your/user/name>/data_preprocessor.git
  3. Create a Branch: Create a new branch for your contribution. 🌿

    git checkout -b <new-branch-name>
  4. Virtual Evnvironment: Create necessary virtual environtment or docker container; prefer if you look into docker and stuff.

  5. Use Git CLI to add your files and track it.

  6. Once pushed to your branch give a pull request.