Deepdoctection Versions Save

A Repo For Document AI

v.0.31.0

1 month ago

What's Changed

Full Changelog: https://github.com/deepdoctection/deepdoctection/compare/v.0.30.0...v.0.31.0

v.0.30.0

2 months ago

v.0.29.0

4 months ago

v.0.28.0

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/deepdoctection/deepdoctection/compare/v.0.27.0...v.0.28.0

v.0.27.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/deepdoctection/deepdoctection/compare/v.0.26...v.0.27.0

v.0.25

10 months ago

What's Changed

Full Changelog: https://github.com/deepdoctection/deepdoctection/compare/v.0.24...v.0.25

v.0.24

11 months ago

What's Changed

Full Changelog: https://github.com/deepdoctection/deepdoctection/compare/v.0.23...v.0.24

v.0.23

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/deepdoctection/deepdoctection/compare/v.0.22...v.0.23

v.0.22

1 year ago

Enhancements

Summary

#121 Adding support for W&B logging and visualizing evaluation results #132 Adding new properties for 'Page' and new attributes for 'Image'

Details

Adding support for W&B

The W&B WandbTableAgent is a new objects the generates a table rows with images and bounding boxes and sends this table to W&B server. Having setup a W&B account this class allows monitoring evaluation results during training.

Moreover, a WandbWriter has been added that allows writing logs in JSON format and sending them to W&B.

Adding new properties for Table and Image objects

Some properties to Table have been added:

- `csv`: Returning a list of list of string (cell entry)
- '__str__`: Returning a string representation of a table

Some attributes to Image have been added in order to take care of data lineage for multi page documents:

- `document_id`: Global document identifier (equal to `image_id` for single page documents)
- `page_number`: Page number in multi page documents (defaults to 0)

Bugs

#129 with cm 5fb2355 NN (defrost Hugging Face hub version) with #122 #124 (partial) with #125 NN (small bug fixes related to PR #117) with #118