Skip to content

Commit

Permalink
docs: update README.md [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
allcontributors[bot] committed Apr 7, 2021
1 parent 74cbd93 commit 101f113
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# laravel-tabula
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
laravel-tabula is a tool for liberating data tables trapped inside PDF files for the Laravel framework. This package was inspired by Python’s tabula-py package.

### How to install
Expand Down Expand Up @@ -57,3 +60,23 @@ $tabula->setPdf($file)
### License

laravel-tabula is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://medium.com/@mantey"><img src="https://avatars.githubusercontent.com/u/39991756?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Daniel Mantey</b></sub></a><br /><a href="https://github.com/initred/laravel-tabula/commits?author=mantey-github" title="Code">💻</a> <a href="https://github.com/initred/laravel-tabula/commits?author=mantey-github" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 101f113

Please sign in to comment.