Skip to content

Releases: VikParuchuri/tabled

Upgrade Surya version

12 Dec 17:18
6e88e41
Compare
Choose a tag to compare

This includes the latest version of surya with bugfixes and the latest version of pdftext with a much faster heuristic-based segmentation.

CLI bugfix

30 Nov 19:50
68ed28c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.6...v0.1.7

Misc bugfixes

28 Nov 11:38
9eb735f
Compare
Choose a tag to compare
  • Fix bug with cli script not working - #23
  • Fix warning with escaping - #22

Compilation improvements

27 Nov 17:40
9244e08
Compare
Choose a tag to compare
  • Improve model compilation with flags

Revert threading changes

23 Oct 17:33
441936c
Compare
Choose a tag to compare

Issues on a small % of devices.

Fix table bbox bug

23 Oct 16:12
5090e36
Compare
Choose a tag to compare

When cells are detected, sometimes they would be zero height and cause OCR issues. This is a small fix for that.

Misc fixes

21 Oct 12:41
6ac7ba5
Compare
Choose a tag to compare
  • Configure batch sizes
  • Fix README
  • Force utf-8 output encoding

Bugfixes

18 Oct 18:33
4445446
Compare
Choose a tag to compare
  • Fix cell reversed text problem
  • Improve table recognition quality

Initial release

14 Oct 21:55
Compare
Choose a tag to compare
  • Release table detection and extraction library