Find lines from the image making the BLOCK_LIST. */
| 2456 | |
| 2457 | /** Find lines from the image making the BLOCK_LIST. */ |
| 2458 | BLOCK_LIST* TessBaseAPI::FindLinesCreateBlockList() { |
| 2459 | FindLines(); |
| 2460 | BLOCK_LIST* result = block_list_; |
| 2461 | block_list_ = NULL; |
| 2462 | return result; |
| 2463 | } |
| 2464 | |
| 2465 | /** |
| 2466 | * Delete a block list. |