Enable OCR and image support in docconv
masterTo add image support (OCR) to the docconv library, follow these steps:
- Install and build gosseract.
- If on macOS, install
tesseractvia brew:brew install tesseract. - Fetch/build
docconvusing theocrbuild tag:
$ go get -tags ocr code.sajari.com/docconv/v2/...$ go get -tags ocr code.sajari.com/docconv/v2/...