Skip to content

Commit 1a9d5dc

Browse files
committed
Updates main README
1 parent 9af1b57 commit 1a9d5dc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ To create small **chunks of text** - as opposed to generating one large string f
4242

4343
Also new in version 0.0.2 is the optional **extraction of images** and vector graphics: use of parameter `write_images=True`. The will store PNG images in the document's folder, and the Markdown text will appropriately refer to them. The images are named like `"input.pdf-page_number-index.png"`.
4444

45+
# Documentation and API
46+
47+
[Documentation](https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/index.html)
48+
49+
[API](https://pymupdf.readthedocs.io/en/latest/pymupdf4llm/api.html#pymupdf4llm-api)
50+
4551
# Document Support
4652

4753
While PDF is by far the most important document format worldwide, it is worthwhile mentioning that all examples and helper scripts work in the same way and **_without change_** for [all supported file types](https://pymupdf.readthedocs.io/en/latest/how-to-open-a-file.html#supported-file-types).

0 commit comments

Comments
 (0)