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
-upw <string> : user password (for encrypted files)
40
+
-filesLimit <int>: limit of asset files be extracted
41
+
-q : don't print any messages or errors
42
+
-v: print version info
43
+
-h : print usage information
44
+
-help : print usage information
45
+
--help : print usage information
46
+
-? : print usage information
47
47
```
48
48
49
49
In addition to the [ALTO](https://github.com/altoxml/documentation/wiki) file describing the PDF content, the following files are generated:
@@ -93,6 +93,12 @@ The executable `pdfalto` is generated in the root directory. Additionally, this
93
93
94
94
# Changes
95
95
96
+
New in version 0.3 (apart various bug fixes):
97
+
98
+
- line number detection: line numbers (typically added for review in manuscripts/preprints) are specifically identified and not anymore mixed with the rest of text content, they will be grouped in a separate block or, optionally, not outputted in the ALTO file (`noLineNumbers` option)
99
+
100
+
- removal of `-blocks` option, the block information are always returned for ensuring ALTO validation (`<TextBlock>` element)
0 commit comments