You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-2Lines changed: 18 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ from PDF files. It exposes a promise-based and an event-based API.
16
16
-[Options](#options)
17
17
-[Basic parsing](#basic-parsing)
18
18
-[Advanced parsing](#advanced-parsing)
19
+
-[Tests](#tests)
19
20
-[Contributing](#contributing)
20
21
-[License](#license)
21
22
@@ -32,9 +33,9 @@ Let's be real. This might not be the library for you. Here are a few reasons why
32
33
-**New to the game** - This library is brand new and haven't been battle tested yet. If you're looking for a reliable solution, this library might not be the best choice for you.
33
34
-**No automated testing** - Though I'm working on this 🙃
34
35
35
-
## Minimal example
36
+
## Examples
36
37
37
-
More examples can be found in the `examples` directory
0 commit comments