Skip to content

Releases: xavctn/img2table

img2table 1.2.2

16 Oct 21:43
98e59ea
Compare
Choose a tag to compare
  • Add option to pass keyword arguments for PaddleOCR/EasyOCR/docTR constructors
  • Fix bug with PaddleOCR on blank images
  • Line filtering for borderless table recognition
  • Update deprecated polars code

img2table 1.2.1

27 Sep 21:43
fcbc3fa
Compare
Choose a tag to compare
  • Fix issues related to latest polars release
  • Improve detection of columns in document layout
  • Fix rare bug leading to no detected lines
  • Add coherency checks on borderless tables
  • Wrap text when exporting to xlsx

img2table 1.2.0

19 Sep 20:36
94934d7
Compare
Choose a tag to compare
  • Improvement on document layout analysis in order to detect borderless table areas
  • Modification of handling of optional dependencies

img2table 1.0.11

17 Aug 08:49
d2f3b98
Compare
Choose a tag to compare
  • Add support for docTR
  • Fixes on line detection

img2table 1.0.10

10 Aug 22:10
Compare
Choose a tag to compare
  • Drop Python 3.7 support
  • Allow PaddleOCR on Python 3.11
  • Improve detection of intersection between lines and words

img2table 1.0.9

03 Aug 11:37
Compare
Choose a tag to compare
  • Deprecate Python 3.7
  • Fix PanicExceptions in polars code
  • Replace deprecated polars functions
  • Fix requirements for EasyOCR

img2table 1.0.8

31 Jul 11:11
Compare
Choose a tag to compare
  • Fix paddlepaddle version to avoid errors on certain platforms
  • Better handling of exceptions in polars crossjoins

img2table 1.0.7

14 Jul 14:02
21f7316
Compare
Choose a tag to compare
  • Fix error with merged cells when creating xlsx files

img2table 1.0.6

10 Jul 22:51
2993ac1
Compare
Choose a tag to compare
  • Improvement on line detection accuracy
  • Adapt detection of implicit rows to image characteristics
  • Handle column based documents for borderless table detection

img2table 1.0.5

21 Jun 22:12
cbcbdd5
Compare
Choose a tag to compare
  • Fix bug in kernel size when using medianBlur
  • Fix bug for GCP Vision missing vertex coordinates