We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was following this visualization example and it throws a warning at line 48
Failed to draw bounding box: 'Rectangle' object has no attribute 'bbox'
Looking at draw_bbox it uses element.bbox.coordinates
draw_bbox
element.bbox.coordinates
unstructured-inference/unstructured_inference/visualize.py
Line 28 in a7031cc
However, element Rectangle doesn't have bbox, it directly has attribute coordinates
bbox
unstructured-inference/unstructured_inference/inference/elements.py
Lines 85 to 88 in a7031cc
If one of the authors can suggest an acceptable fix I can submit a PR!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I was following this visualization example and it throws a warning at line 48
Looking at
draw_bbox
it useselement.bbox.coordinates
unstructured-inference/unstructured_inference/visualize.py
Line 28 in a7031cc
However, element Rectangle doesn't have
bbox
, it directly has attribute coordinatesunstructured-inference/unstructured_inference/inference/elements.py
Lines 85 to 88 in a7031cc
If one of the authors can suggest an acceptable fix I can submit a PR!
The text was updated successfully, but these errors were encountered: