Skip to content

Commit

Permalink
Update pdfrenderer.cpp
Browse files Browse the repository at this point in the history
Fix typo.
  • Loading branch information
amitdo committed Nov 7, 2022
1 parent d2f669a commit fb90979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/pdfrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

#include <allheaders.h>
#include <tesseract/baseapi.h>
#include <tesseract/publictypesp.h> // for PTIsTextType()
#include <tesseract/publictypes.h> // for PTIsTextType()
#include <tesseract/renderer.h>
#include <cmath>
#include <cstring>
Expand Down

0 comments on commit fb90979

Please sign in to comment.