disable snuggification by default

This commit is contained in:
Kilian Schuettler 2024-11-06 15:57:31 +01:00
parent 6d6a0adcd4
commit e8483a8352

View File

@ -18,7 +18,7 @@ public class OcrServiceSettings {
boolean debug; // writes the ocr layer visibly to the viewer doc pdf
boolean drawTablesAsLines; // writes the tables to the PDF as invisible lines.
boolean snuggify = true; // Enables bold detection using ghostscript and leptonica
boolean snuggify; // Enables bold detection using ghostscript and leptonica
String contentFormat; // Either markdown or text. But, for whatever reason, with markdown enabled, key-values are not written by azure....
}