Skip to content

Commit

Permalink
Update readme for Upstage DocumentParse (run-llama#16715)
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
cyzhzhd authored Oct 28, 2024
1 parent 25c81b6 commit c8c34f6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# UpstageLayoutAnalysisReader
# UpstageDocumentParseReader

## UpstageDocumentParseReader

Expand Down Expand Up @@ -30,15 +30,15 @@ The `load_data` function, encompassed within the `UpstageDocumentParseReader`, e

### Usage

Here's an example usage of the UpstageLayoutAnalysisReader.
Here's an example usage of the UpstageDocumentParseReader.

```python
import os

os.environ["UPSTAGE_API_KEY"] = "YOUR_API_KEY"


from llama_index.readers.upstage import UpstageLayoutAnalysisReader
from llama_index.readers.upstage import UpstageDocumentParseReader

file_path = "/PATH/TO/YOUR/FILE.pdf"

Expand Down Expand Up @@ -94,7 +94,7 @@ The `load_data` function, encompassed within the `UpstageLayoutAnalysisReader`,

Understanding and setting these parameters correctly allow users to optimize data loading and processing according to their specific requirements and workflows.

## Usage
### Usage

Here's an example usage of the UpstageLayoutAnalysisReader.

Expand Down

0 comments on commit c8c34f6

Please sign in to comment.