tika icon indicating copy to clipboard operation
tika copied to clipboard

TIKA-1735 - add AC1027 and AC1032 and add ability to use dwgread if it is installed.

Open nddipiazza opened this issue 4 years ago • 5 comments

Add parsing support for AC1027 and AC1032. If dwgread is installed, use it to parse the document.

Test data is from https://github.com/LibreDWG/libredwg/tree/master/test/test-data/2018

nddipiazza avatar Jan 09 '21 21:01 nddipiazza

I realize this will require quite a bit more refactoring. Would it make sense to create a new parser DWGExecParser that runs dwgread if it is installed, otherwise falls back to the current parser as it is? I worry that the new parser is a bit complex.

tballison avatar Jan 26 '21 20:01 tballison

oops didn't see this coment until now. @tballison yes that is fine. I'll see if i can get this done this weekend.

nddipiazza avatar Mar 17 '21 22:03 nddipiazza

@nddipiazza just wondering if you got anywhere with this?

monkmachine avatar Feb 09 '22 20:02 monkmachine

@monkmachine hi i did not end up needing this for my project and abandoned ship. you need it? it needs a couple hours of effort applying the fixes tim suggested.

nddipiazza avatar Feb 14 '22 17:02 nddipiazza

@nddipiazza Yeah would be good, we're about to start doing some work with DWG's.

monkmachine avatar Feb 14 '22 19:02 monkmachine

@tballison this can be closed now as you've just merged my PR :)

monkmachine avatar Oct 06 '22 16:10 monkmachine

Closing because of merge of #558

tballison avatar Oct 06 '22 16:10 tballison