extract text from microsoft word document using Python

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

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

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

    being able to teach complex topics in such straight forward language and speed is a talent. thank you for sharing your talents to grow and teach the community of newcomers.

  • @samueldennis6501
    @samueldennis6501 ปีที่แล้ว

    Great job, I am an absolute novice self-starting using python and this provided incredible insight.

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

      This doesn't handle .doc files. It works for only .docx files. What package can handle .doc files.

  • @TheSuperUser
    @TheSuperUser 2 ปีที่แล้ว +2

    Thank you for a very informative video! I really like the way you build up the solution step by step which is more realistic and has better learning value.

  • @andreajulius2711
    @andreajulius2711 4 ปีที่แล้ว +1

    WOW, this video is EXACTLY what I was looking for! Thank you sooooooo much! Awesome work! Keep it up!

    • @applieddatascience3424
      @applieddatascience3424  4 ปีที่แล้ว +2

      You're welcome.
      I've posted a link to the course materials in the video description.

    • @andreajulius2711
      @andreajulius2711 4 ปีที่แล้ว

      @@applieddatascience3424 Fantastic! Thanks a lot! 😎

  • @doctari1061
    @doctari1061 2 ปีที่แล้ว +1

    Very nice. Thanks. I'm just starting with Python, coming from older C languages. I see they utilize Dictionaries instead of Arrays. You video help me start processing some of the difference I'll need to deal with. It is also going to take time to process that I no longer need to strongly type my variables or use curly braces. Interesting.

    • @somekilgoretrout
      @somekilgoretrout 2 ปีที่แล้ว

      You're welcome. For typing in Python, take a look at type hints with mypy. They aren't enforced, but they can help in some cases.

  • @sloperspinches3122
    @sloperspinches3122 3 ปีที่แล้ว +2

    Thanks for the tutorial. Just curious, is it possible to extract the texts from a Word document into a panda dataframe? Of course, there will be some data cleaning/preprocessing be involved. I've an interview transcript document in which I'm trying to do some automatic text summarization and sentiment analysis between an interviewer and interviewee(s).

  • @canaltrabalhointeligente
    @canaltrabalhointeligente 2 ปีที่แล้ว

    Hello, your video is aewsome!! Helped me a lot :)

  • @trunglongng4237
    @trunglongng4237 ปีที่แล้ว

    how can i keep its format? please help

  • @jackzero5230
    @jackzero5230 3 ปีที่แล้ว

    how to read the font, text size, colour, etc...to an html object from docx files using python?

  • @edwinportal4125
    @edwinportal4125 3 ปีที่แล้ว

    Thanks for the tutorial

  • @annefernando7176
    @annefernando7176 3 ปีที่แล้ว

    How to deal with txt files?

  • @TheSportify26
    @TheSportify26 3 ปีที่แล้ว +1

    How to extract text from doc file?

  • @kanishkmair2920
    @kanishkmair2920 4 ปีที่แล้ว

    How to deal with very long docx files?

  • @shivrajshinde1738
    @shivrajshinde1738 4 ปีที่แล้ว

    How to extract Table from Word using Python?

    • @applieddatascience3424
      @applieddatascience3424  4 ปีที่แล้ว +2

      stackoverflow.com/questions/46618718/python-docx-to-extract-table-from-word-docx
      from www.google.com/search?q=extract+Table+from+Word+using+Python

    • @AmitGupta-ir3it
      @AmitGupta-ir3it 3 ปีที่แล้ว

      I m getting empty text for hyperlink row data..how can I retrieve tables which contain hyperlinks in some of the rows ?
      Please advice me ..