duncantl / Rtesseract

Interface to tesseract OCR system.
12 stars 4 forks source link

Add input image size as an attribute to GetBoxes output #9

Open jcarlen opened 6 years ago

jcarlen commented 6 years ago

This would be useful for plotting things (e.g. lines fit to box output) when the original image is no longer accessible or inconvenient.

duncantl commented 6 years ago

Just added something on this now. attribute on the OCRResults object and then use this in plot.OCRResults. Committed