rmtheis / tess-two

Fork of Tesseract Tools for Android
Apache License 2.0
3.76k stars 1.38k forks source link

Fix return value of BeginDocument (fixes #103) #207

Closed Robyer closed 7 years ago

Robyer commented 7 years ago

pdfRenderer->BeginDocument return true on success so the condition was wrongly inverted. This commit fixes that and uses a bit cleaner code.

rmtheis commented 7 years ago

Nice catch!