top of page
Abhijit Pujare

Announcing Markdown support for the Aryn Partitioning Service

You can now easily turn your documents (PDFs, docx files etc.) into markdown using the Aryn Partitioning Service! Checkout this Colab notebook which walks you through an example. All you need to do is set the 'output_format' parameter to 'markdown' in your call to the Partitioning Service as shown below.


partitioned_file = partition_file(file, aryn_api_key, extract_table_structure=True, use_ocr=True, output_format='markdown' ...)

In the notebook, you'll notice that we take the following table from a PDF:


and turn it into its markdown representation as shown below:


Try it out on your documents and view the markdown in your own renderer. You can find the documentation on how to use markdown here. Let us know how it goes!

Comments


bottom of page