Add support to parse and store all values shown in the “Recommandations basées sur la formule régionale” block. This section currently contains multiple recommendation entries, and each value should be extracted as structured data, not only displayed text.
Example values to extract and store:
- 3 qx/ha
- NPK(10.20.20)
- base fertilizer
- optimal yield for the selected region
And under “The recommendations for the selected yield”:
- 3.18 qx/ha
- NPK(10.20.20)
- base fertilizer
- 2.22 qx/ha
- Ammonitrates
- top-dressing fertilizer
Expected behavior:
- Detect the “Recommandations basées sur la formule régionale” section
- Extract all recommendation lines and their values
- Store them as structured fields in the parsed output
- Gracefully handle cases where the section is missing
The screenshot below shows the regional-formula recommendation block to parse.
Add support to parse and store all values shown in the “Recommandations basées sur la formule régionale” block. This section currently contains multiple recommendation entries, and each value should be extracted as structured data, not only displayed text.
Example values to extract and store:
And under “The recommendations for the selected yield”:
Expected behavior:
The screenshot below shows the regional-formula recommendation block to parse.