- Fix construct_from_raw in ExtractionTag - Implement to_dict for numeric_field
0.2.0.a2
- Add generated ObjectId-s in to_dict methods, update readme
0.2.0.a1
- Add additional include-services argument to `setup.py`
0.2.0.a0
- Add make_document_snap endpoint - Implement DbStorage - database_setup raises an error if failed - Rename `rest.app` to `service.rest` - Implement to_dict method for TableField TableTag and cell Range objects - Add template_ids property in DataRecipe - Add IqTableDividerEnum and update fields of other enums, including IqTableTagEnum - Change cloudstorageio to version 1.0.10 in requirements - Add digest_results function - Add Storage abstract class - Add to_dict methods in ExtractionTag and TextField - Add IqFieldKeyEnum and add to_dict `abstractmethods` in Tag and Field abstract classes - Update readme to use `nosetests` command - Add abstract method decorators to methods in Tag, Field and Model abstract classes - Make package exclusion dynamic in setup.py
0.1.9.alpha1
- Fix get_ocr_formatted in Page class - Model object's predict method takes document_dataclass as input - Major cosmetic change, full PEP8 compliance, except max line length - Remove spreading_document, build and tag_utils modules