# Output: application/vnd.openxmlformats-officedocument.wordprocessingml.document
: It extracts attachments, such as images from a PDF, in their original binary format. Note that by default, this endpoint is not recursive; it only extracts the immediate child documents. tikaserverendpointscompared
: Essential for "deep" analysis where you need to preserve the relationship between a parent document and its children. 3. The /unpack Endpoint: Extracting Raw Assets # Output: application/vnd
curl -X PUT \ -T unknown_file.bin \ http://localhost:9998/detect such as images from a PDF
Apache Tika Server provides several RESTful endpoints designed for different content extraction needs. While the /tika endpoint is often used for basic text extraction, modern applications frequently require more granular data from embedded objects or metadata-only responses. 🛠 Comparison of Key Endpoints