* Made image viewing interactive * Fixed `same_line` heuristic and renamed to `in_line` * Added general `in_region` method * CSV Parser quick fix
0.2.2
* Moved ImageMeta back to `data.utils` * Refactored CSV Parser
0.2.1
* Moved DataWriter to `data.utils` * Updated docs
0.2.0
* Moved model and task access into `registry` * Gave tasks its own package and separated into modules * Models imported in `models.__init__.py` * Created TFModel class * Updated docs