mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2025-01-21 17:13:09 +08:00
Misc.
This commit is contained in:
parent
7c975a0eee
commit
067c971774
@ -1375,7 +1375,6 @@ std::tuple<int,int,int,int> TessBaseAPI::GetTableBoundingBox(unsigned i)
|
|||||||
t[i].box.right(), height - t[i].box.bottom());
|
t[i].box.right(), height - t[i].box.bottom());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
std::vector<std::tuple<int,int,int,int>> TessBaseAPI::GetTableRows(unsigned i)
|
std::vector<std::tuple<int,int,int,int>> TessBaseAPI::GetTableRows(unsigned i)
|
||||||
{
|
{
|
||||||
const auto &t = constUniqueInstance<std::vector<TessTable>>();
|
const auto &t = constUniqueInstance<std::vector<TessTable>>();
|
||||||
|
Loading…
Reference in New Issue
Block a user