otiai10 / gosseract

Go package for OCR (Optical Character Recognition), by using Tesseract C++ library
https://pkg.go.dev/github.com/otiai10/gosseract
MIT License
2.68k stars 287 forks source link

Convert image to pdf #282

Open Abderrahman-byte opened 1 year ago

Abderrahman-byte commented 1 year ago

Summary

I trying to build golang microservice with some very specifique ocr requirements. In pytesseract there is this function image_to_pdf_or_hocr that make Tesseract OCR run on the provided image to pdf. I wonder if there is a something similar in gosseract ?

dnnspaul commented 1 year ago

No, it's not implemented in gosseract