Thank you for taking the time to contribute to this project!
If you are not familiar with or do not want to use git, submit a new issue requesting the change. If you are already familiar with git, follow the steps in the section Setup.
-
Fork the project locally by clicking the 'Fork' button at the top of the repository to create a fork of
document-parser-listto your GitHub account. -
Clone it on your local machine. In order to do this, make sure you have Git installed, then run the following commands:
# Replace 'YOUR-USERNAME' with your GitHub username
git clone https://github.com/YOUR-USERNAME/document-parser-list.git
cd md-badges- Create a branch to work on your changes by running these commands:
# Replace '[NAME]' with the name of your branch
git branch [NAME]
git checkout [NAME]-
You can now start working locally on the project.
-
When you decide you are ready to commit your changes, and want to push them to remote, run:
git add .
git commit -m "✨ feat: [commit message here]"
git push- You can now create a pull request to the repository with your changes.
If you would like to add more parser, just edit the table in README.md. Please gather the following information:
- Name of the parser (text in the column
Models) - Link to homepage (clickable link in the column
Models) or link to Github page if not found. - Link to GitHub repository (clickable badge in the column
Source) or add '-' if it's closed source. The clickable badge can be created using the following code. Please make sure to replaceAUTHORandREPO_NAME.
[](https://github.com/AUTHOR/REPO_NAME)
- Link to Huggingface (clickable badge in the column
Source) if available. - The rest of the columns can be left blank if you don't have time for testing.
Then add a row to the tables in README.md.
-
Download test documents. Please find links below
-
Parse the test documents to your parser of interest. Save the output as .md or .txt file.
-
Add the output file in the corresponding folder: