Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.teeem-ai.com/llms.txt

Use this file to discover all available pages before exploring further.

Teeem AI handles essentially every file format used in Korean office environments natively. You can ask it to parse, generate, transform, or analyse files in plain language.

Supported formats

FormatParseGenerateNotes
Excel (xlsx, xls)Per-sheet, formulas preserved, charts included
CSVKorean encoding auto-detected
PDFOCR included (image-only PDFs work)
Korean (HWP, HWPX)Korean office standard, tables and images preserved
PowerPoint (PPTX)Charts, images, and notes
Word (DOCX)Styles, tables, images preserved
Images (PNG, JPG, WebP)OCR + Vision (text + visual understanding)
VideoSubtitle extraction, speech-to-text
Audio (MP3, M4A, WAV)Speech-to-text incl. Korean STT
ZIPSafe extraction (depth limit, ratio guard)

Common tasks

@Teeem In Q1-revenue.xlsx, total by region and chart it
  • Per-sheet / per-condition aggregation
  • Auto pivot tables
  • Charts (bar, line, pie, scatter, heatmap)
@Teeem Build a quotation PDF from the attached transactions, standard template
Standard or company-specific templates. Includes images, logos, and signature blocks.
@Teeem Turn the meeting notes into an hwpx and send it
Output matches the Korean government / public-sector standard. No external converter needed.
@Teeem Make a 5-slide executive PPT from the attached analysis
Data-driven slides, automatic chart insertion, consistent styling. Cover, ToC, body, and conclusion structured automatically.
@Teeem Caption yesterday's recording and pull the key points
Korean STT for subtitles → time-stamped key points → action items extracted.
@Teeem In this ZIP, total the contract amounts across the PDFs
Only files that pass the safety guards (ratio, depth, no nested ZIP loops) are processed.

Charts, diagrams, and barcodes

Visualise data directly or generate visual assets.
ToolOutput
generate_chartBar, line, pie, doughnut, scatter, heatmap, gauge (PNG, SVG)
generate_diagramFlowcharts, sequence diagrams, org charts (Mermaid, PNG)
generate_barcodeEAN-13, QR, Code 128, and other industrial standards

YouTube transcripts

@Teeem Summarise this video: https://youtube.com/watch?v=...
Pulls captions automatically and summarises. Korean and English supported.

Large files

Files over 8 MB automatically switch to async processing.
  1. Upload → immediate “processing” reply
  2. Background work parses, embeds, indexes
  3. Result appears in chat when done
    • Slack — reply on the original message thread
    • Web chat — pushed via SSE
Long videos and big PDFs no longer block the chat.

Safety guards

  • Compression ratio limit — defends against ZIP bombs
  • Recursion depth limit — prevents nested-archive loops
  • MIME type verification — detects extension forgery
  • Per-file size cap — configurable per organisation (default 16 MB / request)
  • Privacy masking — PII automatically masked right after parsing, before reaching the LLM