presenton/electron/resources/document-extraction/package.json
sudipnext 3207422651 feat: add language parameter to decomposeDocuments API call
- Updated the decomposeDocuments method in PresentationGenerationApi to accept an optional language parameter.
- Modified the UploadPage component to pass the selected language from the config when calling the decomposeDocuments method.
2026-03-28 15:34:53 +05:45

8 lines
148 B
JSON

{
"name": "presenton-document-extraction",
"private": true,
"type": "module",
"dependencies": {
"@llamaindex/liteparse": "^1.4.0"
}
}