Coder Social home page Coder Social logo

Comments (8)

Sicos1977 avatar Sicos1977 commented on June 12, 2024

Did you use the Job class, you need it to make the Adobe IFilter work. See the demo app that is in the project about how to use it.

from ifiltertextreader.

Sicos1977 avatar Sicos1977 commented on June 12, 2024

See the comment that I added to the Job class :-)

/// <summary>
/// Use this class to sandbox Adobe IFilter 11 or higher when you want to use this code on Windows 2012 or higher
/// </summary>

/// <summary>
/// Make a job object to sandbox the IFilter code
/// </summary>
private readonly Job _job = new Job();

// Add the current process to the sandbox
_job.AddProcess(Process.GetCurrentProcess().Handle);

from ifiltertextreader.

Terrious avatar Terrious commented on June 12, 2024

You are right. I forget to use it. I try it right now, just need to reconstitute my code.

from ifiltertextreader.

Terrious avatar Terrious commented on June 12, 2024

Kees, it works just great ! Thank you. Please, take my donation as compliment.

from ifiltertextreader.

Sicos1977 avatar Sicos1977 commented on June 12, 2024

You are welcome. Just for my own curiosity ... for what are you using the iFilterTextReader?

from ifiltertextreader.

Terrious avatar Terrious commented on June 12, 2024

I am extracting text from documents (they are stored in encrypted form and I decrypt them each time I need to index) and using Lucene.Net for search with referencing criterias of various types (mostly IDs of numerous parameters.

from ifiltertextreader.

Sicos1977 avatar Sicos1977 commented on June 12, 2024

If my project has some shortcomings then take a look at Tika (https://tika.apache.org/) . It's a java library but there is also a .NET port that is generated with IKVM. You can find it overhere --> https://github.com/KevM/tikaondotnet

from ifiltertextreader.

Terrious avatar Terrious commented on June 12, 2024

I will take a look at that for sure. The way my app works is ok for the moment, but who know, may be I will need more productive tools. Thank you for you work, you made a very useful library.

from ifiltertextreader.

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.