[ 
https://issues.apache.org/jira/browse/TIKA-4225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17830647#comment-17830647
 ] 

ASF GitHub Bot commented on TIKA-4225:
--------------------------------------

tballison commented on code in PR #1688:
URL: https://github.com/apache/tika/pull/1688#discussion_r1538062689


##########
tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml:
##########
@@ -3286,6 +3286,12 @@
     </match>
     </magic>
   </mime-type>
+  <mime-type type="application/x-amf">
+    
<tika:link>https://en.wikipedia.org/wiki/Additive_manufacturing_file_format</tika:link>
+    <root-XML localName="amf"/>
+    <glob pattern="*.scad"/>

Review Comment:
   https://en.wikipedia.org/wiki/Additive_manufacturing_file_format Fixed. 
Thank you.





> Add detection for AMF
> ---------------------
>
>                 Key: TIKA-4225
>                 URL: https://issues.apache.org/jira/browse/TIKA-4225
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Robin Schimpf
>            Priority: Major
>         Attachments: linear_extrude.amf
>
>
> AMF is an alternative format to STL for 3D models. Exporting this file 
> ([https://github.com/openscad/openscad/blob/master/examples/Basics/linear_extrude.scad)]
>  with OpenSCAD into AMF the result file is detected as application/xml.
>  
> Export command
> {code:java}
> openscad.exe -o result\linear_extrude.amf examples\Basics\linear_extrude.scad 
> {code}
> Refs:
> [https://en.wikipedia.org/wiki/Additive_manufacturing_file_format]



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to