Skip to content

Commit

Permalink
Adding a separate installation instructions page and file formats sup…
Browse files Browse the repository at this point in the history
…ported page (#977)

* Adding a separate installation instructions page +file formats page
  • Loading branch information
AbhijitP-009 authored Oct 24, 2024
1 parent 5d17274 commit a1b0389
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/source/aryn_cloud/aryn_partitioning_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ If you'd like to experiment with the service, you can use the UI in the `Aryn Pl
:maxdepth: 1

./get_started.md
./installation_instructions.rst
./file_formats_supported.md
./accessing_the_partitioning_service.rst
./specifying_options.rst
./get_started_Image_Extraction.md
Expand Down
37 changes: 37 additions & 0 deletions docs/source/aryn_cloud/file_formats_supported.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
File Formats Supported
=========================

You can input the following file formats to the Aryn Partitioning Service for partitioning and segmenting:

- .pdf
- .docx
- .doc
- .pptx
- .ppt
- .csv
- .jpg (.jpeg)
- .png
- .bmp
- .tiff
- .html
- .odt
- .rtf
- .txt
- .xls
- .xlsx
- .xml
- .svg
- .webp
- .wmf
- .emf
- .mml
- .ods
- .xhtml
- .odp
- .odg
- .odf
- .ots
- .xltx
- .fods
- .xlt
- .slk
8 changes: 8 additions & 0 deletions docs/source/aryn_cloud/installation_instructions.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Installation Instructions
=========================

We recommend installing the Aryn SDK library using ``pip``:

.. code-block:: python
pip install aryn-sdk
4 changes: 2 additions & 2 deletions docs/source/sycamore/get_started.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Get Started With Sycamore
Installing and Getting Started With Sycamore
=========================

Install Library
---------------

We recommend installing the Sycmaore library using ``pip``:
We recommend installing the Sycamore library using ``pip``:

.. code-block:: python
Expand Down

0 comments on commit a1b0389

Please sign in to comment.