Thank you for reaching out to Microsoft Q&A forum!
The differences in results between analyzing local PDFs and those uploaded to Azure Blob Storage could be due to several factors:
- Files stored in Blob Storage may have additional metadata or attributes (such as content type or caching settings) that could subtly affect the analysis results, while local files may lack this metadata.
- The Document Intelligence API might handle files from local paths and URLs differently, which could lead to variations in how the file is processed. Additionally, Blob Storage may benefit from optimizations specific to Azure's cloud infrastructure, such as improved processing speed or caching mechanisms, which might not be available when analyzing local files.
- If the files are large, they may be subject to timeouts or slower processing when accessed locally, while Blob Storage could handle large files more efficiently.
I hope you understand! Thank you.