diff --git a/docs/source/aryn_cloud/aryn_partitioning_service.rst b/docs/source/aryn_cloud/aryn_partitioning_service.rst index 59d8a11e3..de85eff63 100644 --- a/docs/source/aryn_cloud/aryn_partitioning_service.rst +++ b/docs/source/aryn_cloud/aryn_partitioning_service.rst @@ -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 diff --git a/docs/source/aryn_cloud/file_formats_supported.md b/docs/source/aryn_cloud/file_formats_supported.md new file mode 100644 index 000000000..67e038806 --- /dev/null +++ b/docs/source/aryn_cloud/file_formats_supported.md @@ -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 diff --git a/docs/source/aryn_cloud/installation_instructions.rst b/docs/source/aryn_cloud/installation_instructions.rst new file mode 100644 index 000000000..625a0acca --- /dev/null +++ b/docs/source/aryn_cloud/installation_instructions.rst @@ -0,0 +1,8 @@ +Installation Instructions +========================= + +We recommend installing the Aryn SDK library using ``pip``: + +.. code-block:: python + + pip install aryn-sdk \ No newline at end of file diff --git a/docs/source/sycamore/get_started.rst b/docs/source/sycamore/get_started.rst index d07e96ee9..6120a6447 100644 --- a/docs/source/sycamore/get_started.rst +++ b/docs/source/sycamore/get_started.rst @@ -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