Skip to content

Commit ff1b226

Browse files
jsorefPaul-Cornell
andauthored
chore: Fix spelling (#229)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> Co-authored-by: Paul-Cornell <paul@unstructured.io>
1 parent 83e681f commit ff1b226

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+78
-78
lines changed

api-reference/api-services/accessing-unstructured-api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview
33
---
44

5-
To process an indvidual file, you can choose from several available methods, including a direct `POST` request, Python code, and JavaScript/TypeScript code.
5+
To process an individual file, you can choose from several available methods, including a direct `POST` request, Python code, and JavaScript/TypeScript code.
66
Whether you're using the Free Unstructured API, the Unstructured Serverless API, the Unstructured API on Azure/AWS, or your local deployment of the Unstructured API, the functionality is the same.
77

88
Choose your preferred method:

api-reference/api-services/api-parameters.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The following parameters only apply when a chunking strategy is specified. Other
5252
| `overlap_all` (_bool_) | `overlapAll` (_boolean_) | True to have an overlap also applied to "normal" chunks formed by combining whole elements. Use with caution, as this can introduce noise into otherwise clean semantic units. Default: none. |
5353
| `similarity_threshold` (_float_) | `similarityThreshold` (_number_) | Applies only when the chunking strategy is set to `by_similarity`. The minimum similarity text in consecutive elements must have to be included in the same chunk. Must be between 0.0 and 1.0, exclusive (0.01 to 0.99, inclusive). Default: 0.5. |
5454

55-
The following parameters are specific to the Python and Javascript/TypeScript clients and are not sent to the server. [Learn more](/api-reference/api-services/sdk-python#page-splitting).
55+
The following parameters are specific to the Python and JavaScript/TypeScript clients and are not sent to the server. [Learn more](/api-reference/api-services/sdk-python#page-splitting).
5656

5757
| POST, Python | JavaScript/TypeScript | Description |
5858
|---------------------------------------|---------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

api-reference/api-services/aws.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ You will establish the foundational network structure for deploying the Unstruct
6060

6161
* Select an **Availability Zone**.
6262

63-
* Specify the **IPv4 CIDR block** (for exampple, `10.0.0.0/16`).
63+
* Specify the **IPv4 CIDR block** (for example, `10.0.0.0/16`).
6464

6565
* Specify the **IPv4 subnet CIDR block** (for example, `10.0.1.0/24`).
6666

api-reference/api-services/azure.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Follow these steps to deploy the Unstructured API service into your Azure accoun
99
Go to [https://portal.azure.com](https://portal.azure.com/).
1010
</Step>
1111
<Step title="Access the Azure Marketplace">
12-
Go to the [Unstructured Data Prepocessing - Customer Hosted API](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/unstructured1691024866136.customer_api_v1?tab=Overview/) offering in the Azure Marketplace.
12+
Go to the [Unstructured Data Preprocessing - Customer Hosted API](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/unstructured1691024866136.customer_api_v1?tab=Overview/) offering in the Azure Marketplace.
1313

1414
![Azure Marketplace](/img/api/Azure_Step2.png)
1515
</Step>
@@ -98,8 +98,8 @@ Follow these steps to deploy the Unstructured API service into your Azure accoun
9898
```
9999

100100
8. Now run the container again, setting the environment variables at the same time: Run the following command: `sudo docker image ls`.
101-
9. Note the `RESPOSITORY` and `TAG` value for the Docker image.
102-
10. Run the following command, replacing `<REPOSITORY>` and `<TAG>` with the `RESPOSITORY` and `TAG` values for the Docker image, and replacing
101+
9. Note the `REPOSITORY` and `TAG` value for the Docker image.
102+
10. Run the following command, replacing `<REPOSITORY>` and `<TAG>` with the `REPOSITORY` and `TAG` values for the Docker image, and replacing
103103
`<VAR1>=<value1>`, `<VAR2>=<value2>` and so on with the environment variable name and value pairs:
104104

105105
```bash

api-reference/api-services/chunking.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import SharedChunkingStrategyBasic from '/snippets/concepts/chunking-strategy-ba
2323

2424
<SharedChunkingStrategyBasic/>
2525

26-
import SharedChunkingStrategyByTitle from '/snippets/concepts/chunking-stategy-by-title.mdx';
26+
import SharedChunkingStrategyByTitle from '/snippets/concepts/chunking-strategy-by-title.mdx';
2727

2828
<SharedChunkingStrategyByTitle/>
2929

api-reference/api-services/overview.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Unstructured Serverless API services provide the following benefits beyond the [
4747

4848
## Supported file types
4949

50-
import SupportedFileTpes from '/snippets/general-shared-text/supported-file-types.mdx';
50+
import SupportedFileTypes from '/snippets/general-shared-text/supported-file-types.mdx';
5151

52-
<SupportedFileTpes />
52+
<SupportedFileTypes />
5353

5454
## Data ingestion
5555

api-reference/api-services/saas-api-development-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ To call the Unstructured Serverless API, you need an API key and API URL:
1414
5. To get your API key, click the copy icon in the **Actions** column for your API key. Store your copied API key in a secure location. Do not share it with others.
1515
6. To get your API URL, click the copy icon next to the URL next to **API URL**. Store your copied API URL in a secure location. Do not share it with others.
1616

17-
import SeverlessKeyNoFreeURL from '/snippets/general-shared-text/serverless-api-key-no-free-access.mdx';
17+
import ServerlessKeyNoFreeURL from '/snippets/general-shared-text/serverless-api-key-no-free-access.mdx';
1818

19-
<SeverlessKeyNoFreeURL />
19+
<ServerlessKeyNoFreeURL />
2020

2121
[Try the quickstart](#quickstart).
2222

api-reference/api-services/supported-file-types.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: Supported file types
33
---
44

5-
import SupportedFileTpes from '/snippets/general-shared-text/supported-file-types.mdx';
5+
import SupportedFileTypes from '/snippets/general-shared-text/supported-file-types.mdx';
66

7-
<SupportedFileTpes />
7+
<SupportedFileTypes />

api-reference/best-practices/speed-up-large-files-batches.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Speed up processing of large files and batches
33
---
44

5-
When you use Unstructued API services, here are some techniques that you can try to help speed up the processing of large files and large batches of files.
5+
When you use Unstructured API services, here are some techniques that you can try to help speed up the processing of large files and large batches of files.
66

77
- Choose your partitioning strategy wisely. For example, if you have simple PDFs that don't have images and tables, you might be able to use the `fast` strategy. Try the `fast` strategy on a few of your documents before you try using the `hi_res` strategy. [Learn more](/api-reference/api-services/partitioning).
88
- For processing large numbers of documents, use [ingestion](/ingestion/overview) and [add CPUs](#adding-cpus).

api-reference/how-to/choose-partitioning-strategy.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ See [Changing partition strategy for a PDF](/api-reference/api-services/examples
4444

4545
Setting `--strategy` or `strategy` to `auto` leaves the decision up to Unstructured on a file-by-file basis about which partitioning strategy to use. Specifically:
4646

47-
- If the file is an image, the `hi_res` stategy is used for that file. The `layout_v1.0.0` high-resolution object detection model is used.
47+
- If the file is an image, the `hi_res` strategy is used for that file. The `layout_v1.0.0` high-resolution object detection model is used.
4848
- If the file is a PDF, the local processing logic or Unstructured tries to detect whether there are any embedded tables or images in that file.
4949

5050
- If no embedded tables or images are detected, the `fast` strategy is used for that file. No high-resolution object detection model is used.

0 commit comments

Comments
 (0)