incomplete extracted result
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 718
- Avg merge
- 3d 1h
- Merged PRs (30d)
- 23
Description
Hi All, we have a 7 pages pdf which is a delivery note and we would like to get the item information on it.
There are 13 items but unstract only extract 6 items.
I can use the prompt to get the total number of items, meaning all the pages are extracted.
But for the details, it cannot extract all the data.
Here is my prompt:
Extract the following details from the text and format them into JSON:
Part Number: The value that appears immediately before "UPC:". Ensure it is not the value after "CPU:". (e.g., 960-001312, PC-LABEL, UCSC-C220-M6S)
Ship Qty
Order Qty
SKU
Description
Serial Numbers
Return the result in JSON format as an array of objects, each containing:
"part_number"
"order_qty"
"ship_qty"
"sku"
"description"
"serial_numbers"
item after "007" cannot be extracted.
is there any limitation on the output size?
Here is the json output for the above prompt
result.json
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the attached result.json, screenshots, and extraction prompt; compare the six returned items with the 13 items described in the issue. Trace the extraction workflow to determine whether the missing items result from an output-size limitation or another extraction failure. Done means the cause is confirmed and the handling of all expected items is addressed.
Written by the indexing model from the issue text.
Assessment
- Domain
- data
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100