| process_paddle_jsonl_result | R Documentation |
Fetches the JSONL result from the URL, parses each line, and saves layout-parsed Markdown documents and their associated images.
process_paddle_jsonl_result(jsonl_url, output_dir, starting_doc_index = 0L)
jsonl_url |
URL to the JSONL result file. |
output_dir |
Directory to save output files. |
starting_doc_index |
Integer offset for naming output files (default: 0). |
A list with elements markdown_files (file paths),
markdown_texts (text content), and doc_count (number of
documents saved).
## Not run:
result <- process_paddle_jsonl_result(
jsonl_url = "https://example.com/result.jsonl",
output_dir = "output"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.