diff options
author | yzrh <yzrh@noema.org> | 2023-01-04 13:51:13 +0000 |
---|---|---|
committer | yzrh <yzrh@noema.org> | 2023-01-04 13:51:13 +0000 |
commit | 8276423eb8395eae3e3002442307272eff1c9e8f (patch) | |
tree | 9aff1e7d1617e4af59beb549952dbc7e22f2b65d /CHANGE.md | |
parent | 7ac0971a1711233bc0eaa5e8191590612959867b (diff) | |
download | melon-8276423eb8395eae3e3002442307272eff1c9e8f.tar.gz melon-8276423eb8395eae3e3002442307272eff1c9e8f.tar.zst |
Prioritise incomplete object during deduplication.
Signed-off-by: yzrh <yzrh@noema.org>
Diffstat (limited to 'CHANGE.md')
-rw-r--r-- | CHANGE.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,8 @@ ================== * Support HN text overlay. +* Handle invalid PDF object token in CAJ and KDH. +* Handle inaccuracy page count in CAJ and KDH. 0.2.5 (2023-01-XX) ================== @@ -9,6 +11,7 @@ * Improve PDF parser. * Handle duplicated object in CAJ. * Handle duplicated image in HN. +* Handle incomplete PDF object in CAJ and KDH. * Fix JBIG decoder. 0.2.4 (2022-12-31) |