Update README.md

This commit is contained in:
Michal Szczepanski 2019-07-28 15:20:15 +02:00 committed by GitHub
parent 8ae1cee785
commit 2b0c5350eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -21,7 +21,7 @@ ex. pdfdig -i input-file -o output_directory -f json
--input or -i pdf file location (required)
--output or -o pdf file location (optional default "out")
--debug or -d show debug information (optional - default "false")
--format or -f format (optional - default "text") - ("text,json"):
--format or -f format (optional - default "text") - ("text,json,xml"):
--help or -h display this help message
```
@ -44,19 +44,16 @@ and see results in ```out``` directory
- output formats
- text ```-f text (default)```
- json ```-f json```
- xml ```-f xml```
- specify output directory
## TODO:
- extract text
- bounding box position
- load pdf from remote location
- from url
- output to xml format
- from url
- output to html format
- output to markdown format
- output to zip
- extract font
- extract tables
- advanced font information
- extract forms
- extract drawings