File tree 1 file changed +29
-0
lines changed
tika-core/src/main/resources/org/apache/tika/mime
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 4795
4795
</magic >
4796
4796
</mime-type >
4797
4797
4798
+ <mime-type type =" image/vnd.dxb" >
4799
+ <acronym >DXB</acronym >
4800
+ <_comment >AutoCAD DXF simplified Binary</_comment >
4801
+ <tika : link >http://en.wikipedia.org/wiki/AutoCAD_DXF</tika : link >
4802
+ <magic priority =" 50" >
4803
+ <match value =" AutoCAD DXB 1.0\r\n0x1A00" type =" string" offset =" 0" />
4804
+ </magic >
4805
+ <glob pattern =" *.dxb" />
4806
+ </mime-type >
4807
+
4798
4808
<mime-type type =" image/vnd.dxf" >
4799
4809
<acronym >DXF</acronym >
4800
4810
<_comment >AutoCAD DXF</_comment >
4801
4811
<tika : link >http://en.wikipedia.org/wiki/AutoCAD_DXF</tika : link >
4812
+ <!-- DXF can be the text or binary representation -->
4802
4813
<glob pattern =" *.dxf" />
4803
4814
</mime-type >
4815
+ <mime-type type =" image/vnd.dxf;format=binary" >
4816
+ <sub-class-of type =" image/vnd.dxf" />
4817
+ <_comment >AutoCAD DXF in Binary form</_comment >
4818
+ <magic priority =" 50" >
4819
+ <match value =" AutoCAD Binary DXF\r\n0x1A00" type =" string" offset =" 0" />
4820
+ </magic >
4821
+ </mime-type >
4822
+ <mime-type type =" image/vnd.dxf;format=ascii" >
4823
+ <sub-class-of type =" image/vnd.dxf" />
4824
+ <_comment >AutoCAD DXF in ASCII Text form</_comment >
4825
+ <magic priority =" 50" >
4826
+ <!-- Variable number of spaces before the code groups -->
4827
+ <match value =" 0\r\nSECTION\r\n" offset =" 0:3" >
4828
+ <match value =" 2\r\nHEADER\r\n" offset =" 12:18" />
4829
+ </match >
4830
+ </magic >
4831
+ </mime-type >
4832
+
4804
4833
<mime-type type =" image/vnd.fastbidsheet" >
4805
4834
<glob pattern =" *.fbs" />
4806
4835
</mime-type >
You can’t perform that action at this time.
0 commit comments