Skip to content

Commit

Permalink
Merge pull request #1695 from Fdawgs/chore/tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Oct 19, 2023
2 parents 39f3edb + 5d334ac commit 1f4d055
Show file tree
Hide file tree
Showing 5 changed files with 354 additions and 2,074 deletions.
1 change: 1 addition & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": [
"bierner.github-markdown-preview",
"dbaeumer.vscode-eslint",
"eamodio.gitlens",
"esbenp.prettier-vscode",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,11 @@ Docsmith is a RESTful API, built using Node.js and the [Fastify](https://fastify
| HTML | TXT | |
| PDF | HTML | |
| PDF | TXT | Scanned documents supported using OCR |
| RTF | HTML | Images are removed |
| RTF | HTML | Images are removed[^1] |
| RTF | TXT | |

[^1]: The underlying UnRTF binary converts images and stores them using an incremental naming scheme of `pict001`, `pict002`, and so on. This poses a confidentiality and clinical risk as concurrent requests will overwrite each other's images, which could result in a patient's image being placed in another patient's document. To mitigate this, Docsmith removes all images from the output HTML

### Why Docsmith?

Docsmith was created in my spare time outside of work after identifying the need for an open-source document conversion service at Yeovil Hospital (ran by [Somerset NHS Foundation Trust](https://www.somersetft.nhs.uk/)).
Expand Down

0 comments on commit 1f4d055

Please sign in to comment.