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 73c73da commit bc20eceCopy full SHA for bc20ece
docs/assets/app.js
@@ -264,6 +264,8 @@ class App {
264
this.removePageNumbers = document.getElementById('removePageNumbers');
265
this.removeHeadersFooters = document.getElementById('removeHeadersFooters');
266
this.removeDuplicates = document.getElementById('removeDuplicates');
267
+ this.removePunctuationLines = document.getElementById('removePunctuationLines');
268
+ this.preserveParagraphSpacing = document.getElementById('preserveParagraphSpacing');
269
270
// Check if elements exist
271
if (!this.uploadArea || !this.fileInput) {
0 commit comments