-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding a separate installation instructions page and file formats sup…
…ported page (#977) * Adding a separate installation instructions page +file formats page
- Loading branch information
1 parent
5d17274
commit a1b0389
Showing
4 changed files
with
49 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: | ||
|
||
- .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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters