Skip to content

Commit

Permalink
[Upd] Add information about HTML2TSV to TabularModule
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew-Kulich committed Jan 18, 2023
1 parent d2eb200 commit 373451c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@
* ]
* </code></pre>
* <p>
* This module can also be used to process HTML tables. First, the HTML table is converted to TSV while replacing "\t" with two spaces
* This module can also be used to process HTML tables, see option {@link TabularModule#processHTMLFile}.
* First, the HTML table is converted to TSV while replacing "\t" with two spaces
* and then processed as usual.
* Take a look at the option {@link TabularModule#processHTMLFile} and class {@link HTML2TSVConvertor} for more details.
* <p>
Expand Down

0 comments on commit 373451c

Please sign in to comment.