-
**Summary**
Docker run returns *exec format error*
**Steps To Reproduce**
Steps to reproduce the behavior:
1. docker pull axarev/parsr
2. docker run -p 3001:3001 axarev/parsr
**Expected beha…
-
**Summary**
Processing a PDF I see an error in the logs
**Steps To Reproduce**
just upload an PDF which is an image and set the OCR on
**Expected behavior**
A clear and concise description of…
-
To use multiple languages in a single Markdown file, It would be useful to move `block_name_prefix`, `macro_start` and etc. from `[parsr]` section in `Yarner.toml` file to language specific settings.…
-
**Is your feature request related to a problem? Please describe.**
When I want to deploy parsr as a Kubernetes service and (auto-)scale the deployment to multiple pods with potentially short live t…
-
Is possible to run file processing in paralell or at least faster somehow?
Parsr needs 20 minutes for converting file of size around 30mb.
-
**Summary**
```
TSError: ⨯ Unable to compile TypeScript:
server/bin/index.ts:81:49 - error TS2349: This expression is not callable.
Type 'typeof import("Parsr/node_modules/file-type/index")' h…
pags updated
8 months ago
-
**Version**
parsr-client==3.2.3
**Issue**
the returned dictionary when using 'wait_till_finished=True' was:
```python
return {
'file': file,
'config': config,
'status_code': r.status_c…
-
often Odoo gives us domains as string (in views for instance). But we may need to send them back in json to Odoo. This would help to translate forms better in Aktooor for instance.
Idea: change the d…
-
**Describe the bug**
I'm using loose lists in markdown *(each item is separated by a blank line.)* and the html parser fails to identify the list. Depending on the context it either categorises the e…
-
[SABADELL_GOBIERNO_CORPORATIVO_2022.pdf](https://github.com/axa-group/Parsr/files/9585006/SABADELL_GOBIERNO_CORPORATIVO_2022.pdf)
**Summary**
great software
I'm running into strange behavior on…