Skip to content

Releases: BobLd/tabula-sharp

v1.0.1

Choose a tag to compare

@BobLd BobLd released this 04 May 16:35

What's Changed

New Contributors

Full Changelog: v0.1.5...v1.0.1

v0.1.5

Choose a tag to compare

@BobLd BobLd released this 17 Mar 20:00

What's Changed

Full Changelog: v0.1.4...v0.1.5

v0.1.4

Choose a tag to compare

@BobLd BobLd released this 06 Oct 18:07

What's Changed

Full Changelog: v0.1.3...v0.1.4

v0.1.4-alpha001

v0.1.4-alpha001 Pre-release
Pre-release

Choose a tag to compare

@BobLd BobLd released this 19 Oct 08:07
b29d4f8

Update to 0.1.4-alpha001

  • Remove reference to net5
  • Update supported dotnet versions in README
  • Make ObjectExtractor static and add PdfPigExtensionsTests
  • Update PdfPig NuGet package to 0.1.9-alpha-20231019-c6e2d
  • Seal classes, make clipper internal

v0.1.3

Choose a tag to compare

@BobLd BobLd released this 01 Jun 17:16
fe6e6e5

What's Changed

  • Update PdfPig to 0.1.6 and bump version to 0.1.3 by @BobLd in #23

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@BobLd BobLd released this 29 Jan 11:47
  • Add support for net6.0 and drop support for net45 and net451
  • Update PdfPig to 0.1.5 and CsvHelper to 27.2.1

v0.1.1

Choose a tag to compare

@BobLd BobLd released this 18 Jul 15:39

Update CsvHelper and Newtonsoft.Json NuGet packages

From v0.1.0:

  • Update PdfPig to 0.1.5-alpha001. Fix bug in data.pdf with wrong bounding box
  • Fix tests

0.1.1-alpha001

0.1.1-alpha001 Pre-release
Pre-release

Choose a tag to compare

@BobLd BobLd released this 06 Mar 13:54

Update NuGet packages (especially PdfPig to 0.1.5-alpha0001) and add tests.
This fix a previous bug with wrong bounding (test now works for the 'data.pdf' file)

v0.1.0

Choose a tag to compare

@BobLd BobLd released this 17 Jan 12:10

Update to PdfPig v0.1.4

2nd pre-release

2nd pre-release Pre-release
Pre-release

Choose a tag to compare

@BobLd BobLd released this 22 Sep 16:19
32c6f8a

Implements SimpleNurminenDetectionAlgorithm, a simplified version of NurminenDetectionAlgorithm (no image processing).