File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Workflows/Parse_Jobs_API_for_Large_Files Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ This repository demonstrates how to process large PDF documents (up to 1GB / 1,0
3232
33331 . 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
3636cd Parse_Jobs_API_for_Large_Files
3737```
3838
@@ -127,7 +127,7 @@ Complete end-to-end workflow for document processing.
127127The 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
132132The 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.
You can’t perform that action at this time.
0 commit comments