1. List_file_types will help to list various file types present in a repo.( Important for knowing various file types present inside the repo) | |
2. Repo_parser allows to copy all the contents of the repo into a csv file with path of various files in 1 column and it's contents in another. | |
3. Code_parser allows to copy only those files that have code of specific languages. (Useful when a particular language or a framework is to be targeted). | |
4. OCR to convert images or other such files with text data in the background. | |
5. PDF_parser allows to fetch PDF files and convert them to a csv file with path, page number and contents as columns. |