* BLOCK::reflect_polygon_in_y_axis * * Reflects the polygon in the y-axis and recompute the bounding_box. * Does nothing to any contained rows/words/blobs etc. */
| 105 | * Does nothing to any contained rows/words/blobs etc. |
| 106 | */ |
| 107 | void BLOCK::reflect_polygon_in_y_axis() { |
| 108 | poly_block()->reflect_in_y_axis(); |
| 109 | box = *poly_block()->bounding_box(); |
| 110 | } |
| 111 | |
| 112 | /** |
| 113 | * BLOCK::sort_rows |
no test coverage detected