mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
### What problem does this PR solve? Refactor Pdf 2 Slices page to new style ### Type of change - [X] Refactoring
5 lines
70 B
TypeScript
5 lines
70 B
TypeScript
export enum ChunkTextMode {
|
|
Full = 'full',
|
|
Ellipse = 'ellipse',
|
|
}
|