tesseract
tesseract copied to clipboard
"Failed to begin document " occurs when want to create searchable pdf from an image
Hi,
I want to create pdf from an input image with C#, but during converting it throws exception "Failed to begin document ".
It seems your method calls -- Process
and BeginDocument
-- are in reverse order. Check out the test case for example.