-
-
Notifications
You must be signed in to change notification settings - Fork 475
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b42094
commit 0a3944e
Showing
1 changed file
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
--- | ||
name: Bug report | ||
about: Please follow this template to submit bug reports. | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Please read the filing issues section of the contributor's guide first: https://camelot-py.readthedocs.io/en/master/dev/contributing.html --> | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**Steps to reproduce the bug** | ||
Steps used to install `camelot`: | ||
1. Add step here (you can add more steps too) | ||
|
||
Steps to reproduce the behavior: | ||
1. Add step here (you can add more steps too) | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Code** | ||
Add the Camelot code snippet that you used. | ||
``` | ||
import camelot | ||
# add your code here | ||
``` | ||
|
||
**PDF** | ||
Add the PDF file that you want to extract tables from. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment** | ||
- OS: [e.g. MacOS] | ||
- Python version: | ||
- Numpy version: | ||
- OpenCV version: | ||
- Ghostscript version: | ||
- Camelot version: | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |