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.72k stars 288 forks source link

Support for character bounding boxes. #314

Open joa23 opened 1 month ago

joa23 commented 1 month ago

This text is generated based on ISSUE_TEMPLATE.md. The issue reporter must read and remove this block before submitting.

Summary

Support for character bounding boxes.

Hi, Seems to me tesseract 4+ supports character bounding boxes on a per character level. The go code seems to only support word bounding boxes. What would one have to do to get character bounding boxes?