nlmatics / nlm-ingestor

This repo provides the server side code for llmsherpa API to connect. It includes parsers for various file formats.
https://www.nlmatics.com
Apache License 2.0
1.05k stars 152 forks source link

bbox error in BlockRender #52

Closed livelxw closed 5 months ago

livelxw commented 5 months ago

table_block maybe not contains left and top. https://github.com/nlmatics/nlm-ingestor/blob/cdfc6393e6acd624f2b6bc0489e5e2f9918b4b40/nlm_ingestor/ingestor/visual_ingestor/block_renderer.py#L342-L351

kiran-nlmatics commented 5 months ago

@livelxw, I have made some changes and there should not be a bbox error. Please verify once with the file you were trying to ingest.

livelxw commented 5 months ago

Fixed.