Automated ingestion of prompt: Table in PDF to CSV conversion
This commit is contained in:
parent
496a5f9912
commit
09114b871c
|
|
@ -0,0 +1,15 @@
|
||||||
|
---
|
||||||
|
title: "Table in PDF to CSV conversion"
|
||||||
|
contributor: "@Bornduck"
|
||||||
|
tags: #coding, #bornduck
|
||||||
|
---
|
||||||
|
|
||||||
|
"Attached is an image of a table listing the model parameters for the ${insert_model_name} model (from [Insert Author/Paper Name]).
|
||||||
|
Please extract the data and convert it into a CSV code block that I can copy and save directly.
|
||||||
|
Requirements:
|
||||||
|
Use the first row as the header.
|
||||||
|
If cells are merged, repeat the value for each row to ensure the CSV is flat and processable.
|
||||||
|
Do not include units in the numeric columns (e.g., remove 'ms' or '%'), or keep them consistent in a separate column.
|
||||||
|
If any text is unclear due to image quality, mark it as '${unclear}' rather than guessing.
|
||||||
|
Ensure all fields containing commas are properly quoted."
|
||||||
|
|
||||||
Loading…
Reference in New Issue