Skip to content

Instantly share code, notes, and snippets.

@roblav96
Created September 9, 2016 16:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roblav96/a4a096ca5a87f0a805cf97a4bd38191a to your computer and use it in GitHub Desktop.
Save roblav96/a4a096ca5a87f0a805cf97a4bd38191a to your computer and use it in GitHub Desktop.
Tesseract.tess = G8Tesseract.new()
Tesseract.tess.initWithLanguageConfigDictionaryConfigFileNamesCachesRelatedDataPathEngineMode(
'eng',
null,
null,
'',
G8OCREngineMode.TesseractOnly
)
Tesseract.tess.delegate = ZipDelegate.new()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment