mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-18 06:30:14 +08:00
Merge pull request #1569 from noahmetzger/winfix
Added downward compatibility for older APIs
This commit is contained in:
commit
45a6546324
@ -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);
|
||||
TessPDFRenderer(const char* outputbase, const char* datadir, bool textonly = false);
|
||||
|
||||
protected:
|
||||
virtual bool BeginDocumentHandler();
|
||||
|
Loading…
Reference in New Issue
Block a user