Skip to content

Commit

Permalink
Update installation docs and bump version (#519)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayak-mehta authored Dec 30, 2024
2 parents cac86b0 + c771cb6 commit 3b89408
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion camelot/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.0"
__version__ = "1.0.0"
3 changes: 1 addition & 2 deletions docs/user/install-deps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
Installation of dependencies
============================

.. note:: as of ``v1.0.0`` ghostscript is replaced by `pdfium <https://pypdfium2.readthedocs.io/en/stable/>`_ as the default image conversion backend. Which should make this library easier to install with just a pip install (on linux). The other imageconversion backends can still be used and are now optional to install.

.. note:: as of ``v1.0.0`` ghostscript is replaced by `pdfium <https://pypdfium2.readthedocs.io/en/stable/>`_ as the default image conversion backend. This should make the library easier to install with just a pip install (on linux). The other image conversion backends can still be used and are now optional to install.

The optional dependency `Ghostscript <https://www.ghostscript.com>`_ can be installed using your system's package manager or by running their installer.

Expand Down
8 changes: 4 additions & 4 deletions docs/user/install.rst
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
.. _install:

Installation of Camelot
=======================
Installation
============

This part of the documentation covers the steps to install Camelot.

After :ref:`installing the dependencies <install_deps>`, which include `Ghostscript <https://www.ghostscript.com>`_ and `Tkinter <https://wiki.python.org/moin/TkInter>`_, you can use one of the following methods to install Camelot:
.. note:: as of ``v1.0.0`` ghostscript is replaced by `pdfium <https://pypdfium2.readthedocs.io/en/stable/>`_ as the default image conversion backend. This should make the library easier to install with just a pip install (on linux). The other image conversion backends can still be used and are now optional to install.

.. warning:: The ``lattice`` flavor will fail to run if Ghostscript is not installed. You may run into errors as shown in `issue #193 <https://github.com/camelot-dev/camelot/issues/193>`_.
You can use one of the following methods to install Camelot:

pip
---
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "camelot"
version = "0.11.0"
version = "1.0.0"
description = "PDF Table Extraction for Humans."
authors = [
{name = "Vinayak Mehta", email = "[email protected]"},
Expand Down

0 comments on commit 3b89408

Please sign in to comment.