()
| 47 | * Returns the list of supported binary file formats that can be processed by extractTextFromFile |
| 48 | */ |
| 49 | export function getSupportedBinaryFormats(): string[] { |
| 50 | return Object.keys(SUPPORTED_BINARY_FORMATS) |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * Result of extracting text with metadata about truncation |