diff --git a/README.md b/README.md index f2ba820..d456422 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ cpdf-source =========== Free for non-commercial use. See LICENSE for details. Copyright Coherent -Graphics Ltd 2021. +Graphics Ltd 2022. This code builds two things: @@ -55,7 +55,6 @@ Alternatively, the library and command-line binary can be installed by opam install cpdf ``` - Documentation ------------- @@ -63,6 +62,7 @@ The file `cpdfmanual.pdf` in this folder is the documentation for the command line tools. The documentation for the cpdf OCaml library is in `doc/html/cpdf/` in this folder once the library has been built. + C API ----- @@ -72,6 +72,13 @@ A C interface to cpdf is available, in source and binary form: [https://github.com/coherentgraphics/cpdflib-binary](https://github.com/coherentgraphics/cpdflib-binary) +Python API +---------- + +A Python interface to cpdf is available: + +[https://pypi.org/project/pycpdflib/](https://pypi.org/project/pycpdflib/) + Contact -------