We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a4bc5 commit 9fc8937Copy full SHA for 9fc8937
README.md
@@ -112,9 +112,13 @@ You also may want to compare a directory of GT text files (i.e. `gt/line0001.gt.
112
with a directory of OCR text files (i.e. `ocr/line0001.some-ocr.txt`) with a separate
113
CLI interface:
114
115
-~~~
+```
116
dinglehopper-line-dirs gt/ ocr/
117
118
+
119
+The CLI `dinglehopper-line-dirs` can also work with GT text files in the same
120
+directories as the the OCR text files. You should read `dinglehopper-line-dirs --help`
121
+in this case.
122
123
### dinglehopper-extract
124
The tool `dinglehopper-extract` extracts the text of the given input file on
0 commit comments