formkiq-core icon indicating copy to clipboard operation
formkiq-core copied to clipboard

A full-featured Document Layer for your application, providing the functionality of a flexible document management system, including storage, discovery, processing, and retrieval. Deploys directly int...

Results 35 formkiq-core issues
Sort by recently updated
recently updated
newest added

Add the ability to only extract X pages during OCR text extraction.

enhancement

This is an item that has not yet been requested, but will likely be assumed to be available by future users and customers.

enhancement

In order to add a no-charge view and edit option for MS Office files, it would be ideal to add ONLYOFFICE CE into Core. It's not clear whether or not...

enhancement

API lists all the permissions on a share. GET /shares/{shareKey}/permissions { "shares": [ { "name": "string", "permissions": [ "READ" ], } ] }

enhancement

In order to allow multi-site installs of FormKiQ to be functionally complete, it would be good to allow a document to be moved between sites. Possible endpoint: ```POST /indices/folders/move with...

enhancement

In order to enable full version control, a DELETE endpoint should be added. In the case of DELETE on the current version, one possibility would be to revert to the...

enhancement

We are able to rename documents with PATCH /documents/{id} by specifying a new path, but there is currently no way to rename folder index items. Ideally, we would have an...

enhancement

NOTE: only admins can use the POST/PATCH/PUT/DELETE, all users have access to GET GET /users -> enabled is a boolean, status is the confirmationStatus POST /users GET /users/{username}/groups PATCH /users/{username}...

calling GET /documents/{documentId}/content when the S3 document doesn't exist responses with 500 and error : The specified key does not exist. at com.formkiq.aws.s3.S3Service.getContentAsString(S3Service.java:280) 2024-02-18T19:56:55.877-06:00 at com.formkiq.stacks.api.handler.DocumentIdContentRequestHandler.get(DocumentIdContentRequestHandler.java:92) 2024-02-18T19:56:55.877-06:00 at com.formkiq.aws.services.lambda.AbstractRestApiRequestHandler.callHandlerMethod(AbstractRestApiRequestHandler.java:137) 2024-02-18T19:56:55.877-06:00...

bug

Refactored repository to have multiple gradle composite projects | |---> libraries/aws |---> libraries/fkq-validation |---> libraries/fkq-test-utils |---> services/actions |---> services/documents |---> services/ocr |---> services/document-events |---> artifacts/lambdas/storage |---> artifacts/lambdas/api |---> artifacts/lambdas/typesense |--->...