समर्थित प्रारूप
Cuneiform Chat document formats की एक wide range को support करता है।
Document Types
Text Documents
| Format | Extensions | नोट्स |
|---|---|---|
.pdf | Text-based और scanned (OCR के साथ) | |
| Microsoft Word | .docx, .doc | Full formatting support |
| Plain Text | .txt | Simple text files |
| Markdown | .md | Markdown formatting preserved |
| Rich Text | .rtf | Basic formatting support |
Presentations
| Format | Extensions | नोट्स |
|---|---|---|
| PowerPoint | .pptx, .ppt | Slide content extracted |
Web Content
| Format | Extensions | नोट्स |
|---|---|---|
| HTML | .html, .htm | Web page content |
Data Formats
| Format | Extensions | नोट्स |
|---|---|---|
| JSON | .json | Structured data files |
| XML | .xml | XML documents |
Format-Specific नोट्स
PDFs
PDFs तब सबसे अच्छे काम करते हैं जब वे:
- Text-based हों — Digital documents से बने हों
- Searchable हों — Text select/copy किया जा सके
Scanned PDFs support किए जाते हैं, लेकिन OCR limitations के कारण extraction quality कम हो सकती है।
Word Documents
Best results के लिए .doc (legacy format) की बजाय .docx (modern format) recommended है।
Supported elements:
- Text और paragraphs
- Headings और styles
- Tables
- Lists
Markdown
Processing के दौरान Markdown formatting preserved रहती है:
- Headings section markers बन जाते हैं
- Lists structure बनाए रखती हैं
- Code blocks पहचाने जाते हैं
असमर्थित Formats
निम्नलिखित currently support नहीं किए जाते:
- Images (
.jpg,.png,.gif) - Audio files (
.mp3,.wav) - Video files (
.mp4,.mov) - Compressed archives (
.zip,.rar) - Executable files (
.exe,.app)
यदि आपके पास unsupported format में content है, तो upload करने से पहले उसे PDF या text-based format में convert करने की कोशिश करें।
File Size Limits
Maximum file sizes आपके plan पर निर्भर करती हैं। बहुत बड़े documents को process होने में अधिक समय लग सकता है।
Best performance के लिए:
- बहुत बड़े documents को छोटी files में split करें
- यदि जरूरी न हो तो PDFs से unnecessary images हटाएं
- जब संभव हो text-based formats उपयोग करें
Last updated on