disable snuggification by default
This commit is contained in:
parent
6d6a0adcd4
commit
e8483a8352
@ -18,7 +18,7 @@ public class OcrServiceSettings {
|
|||||||
|
|
||||||
boolean debug; // writes the ocr layer visibly to the viewer doc pdf
|
boolean debug; // writes the ocr layer visibly to the viewer doc pdf
|
||||||
boolean drawTablesAsLines; // writes the tables to the PDF as invisible lines.
|
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....
|
String contentFormat; // Either markdown or text. But, for whatever reason, with markdown enabled, key-values are not written by azure....
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user