Describe the bug
Hello,
Could you help me? It seems that there has been a change in the parsing module.
The parsing module now exports the same parsed_result
for all modules.
I have set up my config file for the parser as shown below:
- module_type: langchain_parse
parse_method: upstagedocumentparse
split: [ page ]
file_type: pdf
output_format: [ html, markdown ]
- module_type: llamaparse
result_type: markdown
file_type: pdf
language: ko
The current parsed result is as follows:
However, the previous results were different. For example, when I set the output_format
to html
in upstagedocumentparse
, the parsed result used to contain HTML tags.
I would appreciate your assistance. Thank you.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too