Skip to content

Commit

Permalink
0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Nov 18, 2023
1 parent 3ce2214 commit c44aa4a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
3 changes: 3 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Revision history for PDF-Tags-Reader

{{$NEXT}}

0.0.13 2023-11-19T06:48:54+13:00
- Fix handling of text nodes in page tag index

0.0.12 2023-11-17T07:26:35+13:00
- Fix :!marks processing to not leave empty child tags.
The processing of this option has been moved from
Expand Down
2 changes: 1 addition & 1 deletion META6.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
],
"test-depends": [
],
"version": "0.0.12"
"version": "0.0.13"
}
4 changes: 1 addition & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Scripts in this Distribution

### `pdf-tag-dump.raku`

pdf-tag-dump.raku --select=<xpath-expr> --omit=tag --password=Xxxx --max-depth=n --marks --artifacts --/atts --/style --debug t/pdf/tagged.pdf
pdf-tag-dump.raku --select=<xpath-expr> --omit=tag --password=Xxxx --max-depth=n --marks --/atts --/style --debug t/pdf/tagged.pdf

Options:

Expand All @@ -54,8 +54,6 @@ Options:

* `--marks` - descend into marked content

* `--artifacts` - include artifact structure and content

* `--strict` - warn about unknown tags, etc

* `--/style` - omit stylesheet
Expand Down
2 changes: 1 addition & 1 deletion lib/PDF/Tags/Reader.rakumod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
unit class PDF::Tags::Reader:ver<0.0.12>;
unit class PDF::Tags::Reader:ver<0.0.13>;

use PDF::Tags;
also is PDF::Tags;
Expand Down

0 comments on commit c44aa4a

Please sign in to comment.