Recent Releases of decimer-segmentation
decimer-segmentation - v1.5.0
1.5.0 (2025-07-17)
Features
Bug Fixes
- added PyPDF2 to requirements.txt and setup.py. Replaces frizt to PyMuPDF in import (04bde0f)
- dependencies (3fcd42a)
- map_fn tensorflow (5009caa)
- pymudf and version bump (037d738)
- release please (ea10e6e)
- remove unused imports (e5e7fe3)
- run on GPU model.py (1d1f66d)
- Jupyter Notebook
Published by Kohulan 7 months ago
decimer-segmentation - v1.4.0
1.4.0 (2024-02-15)
Features
Bug Fixes
- broken final exclusion mask (1f6a8d9)
- decimer-segmentation improved model (7bd9601)
- exclusion mask output, remove visualisations usedfor debugging (7206849)
- modify line detection minimal length (411d663)
- remove unnecessary import (10a0b58)
- test mask expansion (832f3bb)
- Jupyter Notebook
Published by Kohulan almost 2 years ago
decimer-segmentation - v1.3.0
1.3.0 (2023-11-20)
Features
- delete more deprecated mask expansion code (45e0b97)
- delete tests of deleted functions (99d1b38)
- new seed pixel determination (2ef9a5e)
- remove deprecated expansion code (1ca862f)
- speed-up scikit-image and avoiding loops (fd874a3)
- Update demonstration notebook (e648541)
- update dependencies (60358c9)
- Update link to download new model (28c3397)
Bug Fixes
- table line exlusion with connected object detection (e2f38d7)
- tests for mask expansion (3ec8239)
- update model link README.md (c5b2cd3)
- Jupyter Notebook
Published by Kohulan over 2 years ago
decimer-segmentation - v1.2.4
1.2.4 (2023-10-19)
Bug Fixes
- Jupyter Notebook
Published by Kohulan over 2 years ago
decimer-segmentation - v1.2.3
1.2.3 (2023-09-21)
Bug Fixes
- test-commit (33fd1b7)
- Jupyter Notebook
Published by Kohulan over 2 years ago
decimer-segmentation - v1.2.1
1.2.1 (2023-09-21)
Bug Fixes
- GH action for pypi releases (ce4c3b9)
- Jupyter Notebook
Published by github-actions[bot] over 2 years ago
decimer-segmentation - v1.2.0
1.2.0 (2023-09-19)
Features
- adaptive line kernel based on structure size (2f2fe8e)
- function to get mean size from bboxes (70a5b2b)
- GH Action for automated Pypi releases (dbc55f6)
Bug Fixes
- formatted with black (b7c7417)
- linter appeasement (79c89ca)
- lower relative threshold for kernel for line detection (1aa4deb)
- max instead of mean structure size for line kernels (227c452)
- Jupyter Notebook
Published by github-actions[bot] over 2 years ago
decimer-segmentation - 1.1.4
What's Changed
The main change is the detection of horizontal and vertical lines and their exclusion from the mask expansion to avoid the inclusion of whole tables when chemical structures are placed in them. Additionally, the segments are now sorted in the intuitive reading order thanks to @deimos1078.
- Update docstrings by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/68
- top down, left right reading ordered segments by @deimos1078 in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/72
- fix crash-inducing bug introduced with #72 by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/75
- Horizontal vertical line exclusion by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/77
- fix: handle failed mask center determination #63 by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/78
- Development by @Kohulan in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/79
- fix: smaller threshold for definition of long vertical or horizontal lines by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/80
- fix: fix broken test case by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/81
- fix: avoid crash during mask application by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/82
- version bump: 1.1.3 --> 1.1.4 by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/83
New Contributors
- @deimos1078 made their first contribution in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/72
- @Kohulan made their first contribution in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/79
Full Changelog: https://github.com/Kohulan/DECIMER-Image-Segmentation/compare/V1.1.2...1.1.4
- Jupyter Notebook
Published by OBrink over 2 years ago
decimer-segmentation - DECIMER-Segmentation-V1.1.2
- Fixes by @ad-hardy
- TensorFlow Version update
- Jupyter Notebook
Published by Kohulan almost 3 years ago
decimer-segmentation - DECIMER-Segmentation-1.1.1
What's Changed
- Update to work with Tensorflow 2.10 by @OBrink in https://github.com/Kohulan/DECIMER-Image-Segmentation/pull/59
- Jupyter Notebook
Published by OBrink over 3 years ago
decimer-segmentation - DECIMER-Segmentation v1.1
- Removal of old DECIMER Web app code
- Restructuring, modularisation; functional units now have their own functions
- Variable naming
- Addition of proper docstrings
- The repository now is a pip-installable package
DECIMER-Segmentation is now available as a python package. @ https://pypi.org/project/decimer-segmentation/1.1/
- Jupyter Notebook
Published by Kohulan almost 4 years ago
decimer-segmentation - Initial release to archive in Zenodo
- Jupyter Notebook
Published by Kohulan almost 5 years ago