mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-19 06:53:36 +08:00
Make symbol visible to fix unit test.
This commit is contained in:
parent
4dcfb5006c
commit
f51a945e26
@ -776,7 +776,7 @@ class TESS_API TessBaseAPI {
|
||||
* Run the thresholder to make the thresholded image. If pix is not nullptr,
|
||||
* the source is thresholded to pix instead of the internal IMAGE.
|
||||
*/
|
||||
TESS_LOCAL virtual bool Threshold(Pix** pix);
|
||||
TESS_API virtual bool Threshold(Pix** pix);
|
||||
|
||||
/**
|
||||
* Find lines from the image making the BLOCK_LIST.
|
||||
|
Loading…
Reference in New Issue
Block a user