ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

How to build custom Document Intelligence models in Microsoft Azure

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ส.ค. 2023
  • Learn the skills on how to build custom document intelligent processing using Azure cognitive services, applied ai and Document Intelligence framework

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

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

    We have some Formulae in the document with a heading. Is it possible to extract just the formulae as a image using Azure Document AI?

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

    If azure ai maps a field incorrectly. Is there a feedback mechanism to train it back programmatically or do we need to upload the document to intelligence studio and train back?

  • @Keith7327
    @Keith7327 10 หลายเดือนก่อน +1

    How would you analyse multiple tables across a multi page pdf file, do you create a new table for every page?

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

      Hi Keith, I am stuck with the same problem. When I create my custom Table with the columns which I need. The Table does not sort the values. I am not sure how will it work.

  • @wahidsayed7
    @wahidsayed7 4 หลายเดือนก่อน +1

    Q1.How can i pull the results of custom model into a excel sheet or csv format. I can only see JSON format.
    Q2.Does it support .docx and .xlsx format?
    Thanks.

    • @KEVINSURIEL
      @KEVINSURIEL 4 หลายเดือนก่อน +1

      I had to use a programming language to do it but it does provide a sample code to go off by.

    • @KEVINSURIEL
      @KEVINSURIEL 4 หลายเดือนก่อน +1

      You can then take the document and export it to csv

    • @Shivank-op6yy
      @Shivank-op6yy 3 หลายเดือนก่อน

      @@KEVINSURIEL Hi Kevin, I am working on a similar problem to export the extracted data to csv format. Do you mind sharing the steps you performed to export it onto csv?

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

      @@Shivank-op6yy do you have python coding skills by any chance if not download chatgpt and it ask you to make a python script that can pull data from document ai intelligence and export it to csv

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

      @@Shivank-op6yy do you have any experience in python if not you can use chatgpt to help you create a python script.