I have a pdf document that is a mix of searchable pdf text on some pages and other pages that are scanned images of text…using llamaparse in markdown mode…I receive the parsed text from the structured, searchable pages but nothing from the scanned text pages…I must be missing something in the use of the API? I did test a couple of the scanned text pages as separate file uploads and they parse correctly. Thanks for any suggestions!
Does MarkdownElementNodeParser work with local llms? Getting “can’t instantiate abstract class error when using an LLM served by Ollama”. Chat completion works.