-
Notifications
You must be signed in to change notification settings - Fork 536
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add issue templates * Delete bug_report.md
- Loading branch information
1 parent
ef70983
commit 193515a
Showing
1 changed file
with
25 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,25 @@ | ||
--- | ||
name: Incorrect parsing | ||
about: Use this template if a PDF is not parsed as expected | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- DO NOT THROW THIS AWAY --> | ||
<!-- Fill out the FULL versions with patch versions --> | ||
|
||
- PHP Version: | ||
- PDFParser Version: | ||
|
||
### Description: | ||
|
||
### PDF input | ||
<!-- If possible, please provide the PDF you are trying to parse --> | ||
|
||
### Expected output & actual output | ||
<!-- Share a piece of the output and the corresponding piece of input that you expected the parser would output --> | ||
|
||
### Code | ||
<!-- Add the code you used to parse the PDF --> |