mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Fix missing default parameter value cause compile to fail.
This commit is contained in:
parent
31aeb534d9
commit
92e291250a
@ -187,7 +187,7 @@ class TESS_API TessPDFRenderer : public TessResultRenderer {
|
||||
public:
|
||||
// datadir is the location of the TESSDATA. We need it because
|
||||
// we load a custom PDF font from this location.
|
||||
TessPDFRenderer(const char* outputbase, const char* datadir, bool textonly = false, int jpg_quality);
|
||||
TessPDFRenderer(const char* outputbase, const char* datadir, bool textonly = false, int jpg_quality = 85);
|
||||
|
||||
protected:
|
||||
virtual bool BeginDocumentHandler();
|
||||
|
Loading…
Reference in New Issue
Block a user