Mastering Document Parsing with LlamaParse from LlamaIndex: Complete Guide

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025

ความคิดเห็น • 5

  • @deepak5074
    @deepak5074 หลายเดือนก่อน

    Great sir, Keep continue this series

  • @shmuelb.1460
    @shmuelb.1460 14 วันที่ผ่านมา

    I’m looking for a program that could analyze a pdf questionnaire responses and based on input could output a deficiency list of corrections to the completed questionnaire. Is this possible?

  • @PanicAtProduction
    @PanicAtProduction 24 วันที่ผ่านมา

    What if pdf content has multi language? Such as english and chinese?
    Good content btw😊

  • @kavinkumar4372
    @kavinkumar4372 29 วันที่ผ่านมา

    If your pdf has both table and text it was not flattening the table into a sentence for embadding model to understand better.

    • @datasciencebasics
      @datasciencebasics  29 วันที่ผ่านมา +1

      table is flattened into markdown format so the llm can get info from the table. If you render the markdown, you can see it as table again.