Camelot v0.6.0 Release Notes

Release Date: 2018-12-24 // over 5 years ago
  • ๐Ÿ‘Œ Improvements

    • ๐Ÿ‘ #91 Add support to read from url. #236 by Vinayak Mehta.
    • ๐Ÿ”ง #229, #230 and #233 New configuration parameters. #234 by Vinayak Mehta.
      • strip_text: To define characters that should be stripped from each string.
      • edge_tol: Tolerance parameter for extending textedges vertically.
      • resolution: Resolution used for PDF to PNG conversion.
      • Check out the advanced docs for usage details.
    • #170 Add option to pass pdfminer layout kwargs. #232 by Vinayak Mehta.
      • Keyword arguments for pdfminer.layout.LAParams can now be passed using layout_kwargs in read_pdf().
      • The margins keyword argument in read_pdf() is now deprecated.