MCPcopy Create free account
hub / github.com/creatale/node-dv / BoxCount

Method BoxCount

deps/tesseract/textord/tabvector.h:245–247  ·  view source on GitHub ↗

Return the number of tab boxes in this vector.

Source from the content-addressed store, hash-verified

243
244 // Return the number of tab boxes in this vector.
245 int BoxCount() {
246 return boxes_.length();
247 }
248
249 // Lock the vector from refits by clearing the boxes_ list.
250 void Freeze() {

Callers 2

FitVectorMethod · 0.80
EvaluateTabsMethod · 0.80

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected