Camelot v0.7.0 Release Notes

Release Date: 2019-01-05 // over 5 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ #240 Add support to analyze only certain page regions to look for tables. #243 by Vinayak Mehta.
      • You can use table_regions in read_pdf() to specify approximate page regions which may contain tables.
      • Kwarg line_size_scaling is now called line_scale.
    • ๐Ÿ‘ #212 Add support to export as sqlite database. #244 by Vinayak Mehta.
    • โš  #239 Raise warning if PDF is image-based. #240 by Vinayak Mehta.

    ๐Ÿ“š Documentation

    • โœ‚ Remove mention of old mesh kwarg from docs. #241 by fte10kso.

    Note: The python wrapper to Ghostscript's C API is now vendorized under the ext module. This was done due to unavailability of the ghostscript package on Anaconda. The code should be removed after we submit a recipe for it to conda-forge. With this release, the user doesn't need to ensure that the Ghostscript executable is available on the PATH variable.