[BUG] When file_type
is set to all_files
, only pdfminer
is used
#1065
Labels
bug
Something isn't working
file_type
is set to all_files
, only pdfminer
is used
#1065
Describe the bug
Hello,
It seems that when the parser module is configured with
file_type: all_files
, only pdfminer is applied. I have tried usinglangchain_parser/upstagedocumentparse
andllamaparser
, and both appear to use pdfminer exclusively. Even when I set theoutput_format
tohtml
, it seems like pdfminer is still being used. Am I mistaken about something?Below is the YAML file I configured:
or
And here is the result:
I would appreciate your help. Thank you.
The text was updated successfully, but these errors were encountered: