Code Monkey home page Code Monkey logo

Comments (9)

morungos avatar morungos commented on May 30, 2024 1

With looking at: https://www.npmjs.com/package/is-docx as a way to sniff for these if they're misnamed in the extension.

Other than that, you'll need to cut the text out of the XML in a traditional manner. I'm gonna close this, as it's semi a duplicate for #1, although it's probably worth adding a special case to detect the zip header and generate a better alert error.

from node-word-extractor.

morungos avatar morungos commented on May 30, 2024

I can certainly replicate this issue. It seems like it is coming from inside our lifted OleCompoundDoc code, probably in the magic number used to identify the document type.

from node-word-extractor.

SuchithKumar avatar SuchithKumar commented on May 30, 2024

from node-word-extractor.

morungos avatar morungos commented on May 30, 2024

Yes, it's easy -- its actually a .docx file, not a .doc file. The giveaway is that it uses a zip header, the first bytes are 50 4B 03 04. I don't handle that with this module yet (I could, but I'd need someone to cover the costs), but it's technically not hard. .docx files can be unzipped, and you'll find all the content inside in XML content, especially in word/document.xml inside the zip archive.

from node-word-extractor.

SuchithKumar avatar SuchithKumar commented on May 30, 2024

Oh my bad , All along i thought it was a .doc file , this was embarassing sorry for the trouble.

from node-word-extractor.

SuchithKumar avatar SuchithKumar commented on May 30, 2024

from node-word-extractor.

morungos avatar morungos commented on May 30, 2024

You're very welcome, and I'll make the error messages clearer for these files, as it's a common case. Or, I might just implement it, and finally resolve #1

from node-word-extractor.

dafapramudya avatar dafapramudya commented on May 30, 2024

Hi @morungos I tried with .doc file, but i got the same problem too: "Not a valid compound document" I already check my .doc file too on https://www.npmjs.com/package/is-docx and the result is false

from node-word-extractor.

morungos avatar morungos commented on May 30, 2024

from node-word-extractor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.