You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-1Lines changed: 32 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ To have multiple tasks runing at once - for concurrent processing please run the
87
87
celery -A main.celery worker --loglevel=info --pool=solo &# to scale by concurrent processing please run this line as many times as many concurrent processess you want to have running
88
88
```
89
89
90
-
## Free online demo
90
+
## Online demo
91
91
92
92
To try out the application with our hosted version you can skip the Getting started and try out the CLI tool against our cloud:
**Note:** In the free demo we don't guarantee any processing times. The API is Open so please do **not send any secret documents neither any documents containing personal information**, If you do - you're doing it on your own risk and responsiblity.
You might want to use the decdicated API clients to use `pdf-extract-api`
320
+
321
+
### Typescript
322
+
323
+
There's a dedicated API client for Typescript - [pdf-extract-api-client](https://github.com/CatchTheTornado/pdf-extract-api-client) and the `npm` package by the same name:
0 commit comments