-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #998 from sujee/process-pdf-1
pdf-processing-1 example updated
- Loading branch information
Showing
24 changed files
with
7,842 additions
and
9,401 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,11 @@ | ||
## Creating Input PDFs (Optional) | ||
|
||
Sample PDFs we use for this example are created from markdown documents using pandoc utility, as follows. | ||
|
||
```bash | ||
pandoc earth.md -o earth.pdf | ||
pandoc earth2.md -o earth2.pdf | ||
pandoc mars.md -o mars.pdf | ||
pandoc spam.md -o spam.pdf | ||
pandoc lorem-ipsum.md -o lorem-ipsum.pdf | ||
``` |
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+57.2 KB
...ebooks/intro/input/solar-system/earth.pdf → ...les/data-files/pdf-processing-1/earth.pdf
Binary file not shown.
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,18 @@ | ||
# Earth | ||
|
||
|
||
## Solar System | ||
|
||
Our solar system is a vast and fascinating expanse, comprising eight planets, five dwarf planets, numerous moons, asteroids, comets, and other celestial bodies. At its center lies the star we call the Sun. | ||
|
||
For more details about the Solar system see Chapter 1. | ||
|
||
## Earth | ||
|
||
Earth is the third planet from the Sun. It's our home planet. Earth is the only place we know of with life. | ||
|
||
Basic facts about Earth: | ||
|
||
- Distance from the Sun: Average of 149.6 million kilometers (93 million miles) | ||
- Rotation Period: 24 hours (one day) | ||
- Moons: One moon, called Luna or simply "the Moon". |
Binary file not shown.
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,3 @@ | ||
Lorem ipsum | ||
Lorem ipsum | ||
Lorem ipsum |
Binary file not shown.
File renamed without changes.
Binary file renamed
BIN
+56.5 KB
...tebooks/intro/input/solar-system/mars.pdf → ...ples/data-files/pdf-processing-1/mars.pdf
Binary file not shown.
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 @@ | ||
Free xxx |
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.