Skip to main content
Zo Computer supports a wide range of file formats including text, word processing, spreadsheets, PDFs, ebooks, images, audio, and video. AI that can work with spreadsheets (.xlsx, .xls). AI that can work with Word documents (.docx, .doc). AI that can work with PDF files (.pdf). AI that can transcribe audio files (.mp3, .wav, .m4a). AI that can transcribe and convert video files (.mp4, .mov, .avi). AI that can work with ebooks (.epub). AI that can see and convert images (.png, .jpg, .gif).

Parameters

target_file
string
required
The absolute path of the file to read.
text_start_line_1_indexed
number
The 1-indexed line number of the text file to start reading from.
text_end_line_1_indexed_inclusive
number
The 1-indexed line number of the text file to end reading at (inclusive).
text_read_entire_file
boolean
If true, attempt to read the entire text file.
pdf_epub_start_page_1_indexed
number
The 1-indexed start page for the PDF/EPUB read.
pdf_epub_end_page_1_indexed_inclusive
number
The 1-indexed end page (inclusive) for the PDF/EPUB read.
pdf_epub_include_images
boolean
If true, include rendered page images. This is slower and should be used sparingly.