Skip to content

Commit 1105ef5

Browse files
authored
Update README.md
git clone url updated
1 parent 59a78f8 commit 1105ef5

File tree

1 file changed

+3
-3
lines changed
  • Workflows/Parse_Jobs_API_for_Large_Files

1 file changed

+3
-3
lines changed

Workflows/Parse_Jobs_API_for_Large_Files/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ This repository demonstrates how to process large PDF documents (up to 1GB / 1,0
3232

3333
1. Clone this repository:
3434
```bash
35-
git clone <repository-url>
35+
git clone https://github.com/landing-ai/ade-helper-scripts/tree/main/Workflows/Parse_Jobs_API_for_Large_Files
3636
cd Parse_Jobs_API_for_Large_Files
3737
```
3838

@@ -127,7 +127,7 @@ Complete end-to-end workflow for document processing.
127127
The API optimizes performance by handling results differently based on size:
128128

129129
- **Small Files (< 1 MB)**: Results returned directly in the API response
130-
- **Large Files (≥ 1 MB)**: Returns a temporary URL for downloading results
130+
- **Large Files (≥ 1 MB)**: Returns an URL for downloading results
131131

132132
The implementation automatically handles both scenarios transparently.
133133

@@ -158,4 +158,4 @@ After processing, you'll receive useful metadata including:
158158

159159
## License
160160

161-
This project is provided as an educational resource for working with the LandingAI ADE Parse Jobs API.
161+
This project is provided as an educational resource for working with the LandingAI ADE Parse Jobs API.

0 commit comments

Comments
 (0)