You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`parxy parse`| Extract text content from documents with customizable detail levels and output formats. Process files or folders with multiple drivers. |
14
-
|`parxy preview`| Interactive document viewer with metadata, table of contents, and scrollable content preview |
15
14
|`parxy markdown`| Convert documents to Markdown files, with support for multiple drivers and folder processing |
16
15
|`parxy pdf:merge`| Merge multiple PDF files into one, with support for page ranges |
17
16
|`parxy pdf:split`| Split a PDF into individual pages, with optional page range and single-file extraction |
@@ -133,47 +132,6 @@ Process all PDFs in a folder with two drivers, output as JSON, and save to a spe
This is useful for quickly inspecting a document's structure and content without creating output files.
144
-
145
-
### Basic Usage
146
-
147
-
```bash
148
-
parxy preview document.pdf
149
-
```
150
-
151
-
The preview is displayed in a scrollable three-panel layout.
152
-
153
-
### Options
154
-
155
-
Specify a driver:
156
-
157
-
```bash
158
-
parxy preview document.pdf --driver llamaparse
159
-
```
160
-
161
-
Adjust extraction level:
162
-
163
-
```bash
164
-
parxy preview document.pdf --level line
165
-
```
166
-
167
-
### Navigation
168
-
169
-
The preview uses your system's default pager (similar to `less` on Unix systems), allowing you to:
170
-
- Scroll up and down
171
-
- Search for text
172
-
- Exit the preview
173
-
174
-
This is ideal for quick document inspection before running a full parsing operation.
175
-
176
-
177
135
## Converting to Markdown
178
136
179
137
The `markdown` command converts documents to Markdown format, preserving structure such as headings and lists. It follows the same conventions as the `parse` command: output files are prefixed with the driver name and saved next to the source file by default.
@@ -407,7 +365,6 @@ With the CLI, you can use Parxy as a **standalone document parsing tool** — id
0 commit comments