- Add calculated values to `NumericField` serializer method - Add `Document.load_ocr` as a substitute for `Document.load_page_ocr` - `Document.load_ocr` gets the ocr data from a single json file - Deprecate `Document.load_page_ocr` in favor of `Document.load_ocr` - Add `data_path` property to `Document` class
1.4.46
- Add `is_calculated` property to `NumericField` class - Add unit tests for `NumericField` class
1.4.45
- Add `stick_coords` argument to `Page().load_page_ocr` function