http://www.emgu.com
Create a PDF renderer
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic PDFRenderer(
string outputBase,
string dataDir,
bool textOnly
)
Public Sub New (
outputBase As String,
dataDir As String,
textOnly As Boolean
)
public:
PDFRenderer(
String^ outputBase,
String^ dataDir,
bool textOnly
)
new :
outputBase : string *
dataDir : string *
textOnly : bool -> PDFRenderer
Parameters
- outputBase
- Type: SystemString
Output base - dataDir
- Type: SystemString
dataDir is the location of the TESSDATA. We need it because we load a custom PDF font from this location. - textOnly
- Type: SystemBoolean
Text only
See Also