Commit Graph

241 Commits

Author SHA1 Message Date
Johannes Zillmann
71fb6a23ff Cleanup 2021-02-20 19:36:43 +01:00
Johannes Zillmann
2d14de5167 Enable Font calculations 2021-02-20 18:36:31 +01:00
Johannes Zillmann
1b530c6c29 Fetch fontObjects 2021-02-20 13:10:13 +01:00
Johannes Zillmann
a5b65b5d85 Begin calculate statistics 2021-02-19 22:55:25 +01:00
Johannes Zillmann
0498832d10 Eye candy
- Transition between pages
2021-02-19 22:54:55 +01:00
Johannes Zillmann
c37481b63a Move components to Main 2021-02-19 22:29:18 +01:00
Johannes Zillmann
3d48b88243 Don’t render all items at once
* Load the pages with together maximal 200 items 
* Load more once the page scroll nears the end
2021-02-19 12:13:39 +01:00
Johannes Zillmann
ad5fbfd15d Transformer Selection 2021-02-15 20:41:02 +01:00
Johannes Zillmann
1f247a8a3b Extract page selection to own component 2021-02-15 20:08:15 +01:00
Johannes Zillmann
e6ba5e4812 Page index improvements 2021-02-15 18:47:36 +01:00
Johannes Zillmann
d8a94465dd Fix imports 2021-02-15 18:14:03 +01:00
Johannes Zillmann
3a1597c330 Little bit of transitioning for debug pages 2021-02-15 16:53:43 +01:00
Johannes Zillmann
6c72d61590 Annotated schema for debug 2021-02-14 11:43:26 +01:00
Johannes Zillmann
698562ab27 Implement CalculateCoordinates + simplify schema transformation 2021-02-13 11:09:34 +01:00
Johannes Zillmann
3ebba083c2 Fix transform 2021-02-12 13:10:37 +01:00
Johannes Zillmann
a98a862a58 Transform messages 2021-02-09 22:48:56 +01:00
Johannes Zillmann
4401f1fb5c Rudimentary explicit debug support 2021-02-05 18:28:04 +01:00
Johannes Zillmann
95a7e3e93b Format values 2021-01-29 14:13:50 +01:00
Johannes Zillmann
93d067b346 Page selection 2021-01-29 13:24:48 +01:00
Johannes Zillmann
8783e3cf9e Flexible Debug table foundation 2021-01-28 23:06:37 +01:00
Johannes Zillmann
ee7d686ba6 Progress Infrastructure 2021-01-12 22:54:22 +01:00
Johannes Zillmann
21ecfd35bd Make worker functional in dev mode 2021-01-08 17:37:19 +01:00
Johannes Zillmann
ae6d47d329 Change dev port from 8080 to 3005 2021-01-08 17:36:28 +01:00
Johannes Zillmann
e1d464696a Upgrade Svelte 2021-01-08 17:36:10 +01:00
Johannes Zillmann
42f54e6b38 Load Example PDF 2021-01-06 22:40:09 +01:00
Johannes Zillmann
66c6e7577f Fix metadata retrieval 2021-01-04 23:06:24 +01:00
Johannes Zillmann
84569ac482 makeup 2021-01-04 23:05:27 +01:00
Johannes Zillmann
989e14e295 Directly link to core 2021-01-04 23:02:31 +01:00
Johannes Zillmann
ace930bd57 minimal tailwind config 2021-01-03 20:09:46 +01:00
Johannes Zillmann
e6ce7132ce Show parse results 2021-01-03 20:09:35 +01:00
Johannes Zillmann
26e5b785cd Initial UI module 2021-01-03 14:18:22 +01:00
Johannes Zillmann
0aa56386c7 Publish utilities 2021-01-03 14:10:02 +01:00
Johannes Zillmann
a3695a4a56 Initial pdfJs integration 2020-12-20 19:18:38 +01:00
Johannes Zillmann
f988bd565e Core project setup
* `ts`, `jest`, `prettier` and `tslint`
* Used resources
  * https://itnext.io/step-by-step-building-and-publishing-an-npm-typescript-package-44fe7164964c
  * https://til.hashrocket.com/posts/lmnsdtce3y-import-absolute-paths-in-typescript-jest-tests
2020-12-19 14:06:40 +01:00
dependabot[bot]
ea67f4b244 Bump eslint from 3.15.0 to 4.18.2 (#13)
Bumps [eslint](https://github.com/eslint/eslint) from 3.15.0 to 4.18.2.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.15.0...v4.18.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-08 18:53:51 +01:00
Christian Oliff
4faf64932e Fix typo (#12) 2019-11-08 18:02:31 +01:00
Johannes Zillmann
2869b5e5de Upgrade pdfjs from 1.7.246 to 2.0.489
* Required web pack 2+ => updated to 3
* Add web pack-dev-server to be able to test worker.js stuff
2018-04-25 23:52:44 +02:00
Johannes Zillmann
b1bcb5388d Set title empty if its null 2018-04-25 23:47:03 +02:00
Johannes Zillmann
315db62d78 Release 0.1.1 2017-05-02 19:30:05 +02:00
Johannes Zillmann
ecde2ea0f5 Prevent headline detection code from detecting headline > 6 2017-05-02 19:26:11 +02:00
Johannes Zillmann
908f0b4be1 Add favicon 2017-05-02 19:19:57 +02:00
Johannes Zillmann
d7ad8088a8 Menu cleanup 2017-05-02 19:19:45 +02:00
Johannes Zillmann
66022d0deb Release 0.1 2017-04-01 22:07:18 +02:00
Johannes Zillmann
46a965785a Cleanups & readme
* Move line-item transformations to own package
* Have WordFormat names instead of whole enum in globals
* Rename PdfUploadView to UploadView
* Correct license
2017-03-30 07:40:41 +02:00
Johannes Zillmann
cf5d81a1bb Add License 2017-03-30 06:55:38 +02:00
Johannes Zillmann
32b55b3efc Create CNAME 2017-03-29 08:41:03 +02:00
Johannes Zillmann
ef0bd7ebbe Add example files 2017-03-29 08:17:14 +02:00
Johannes Zillmann
5ef6c362b0 Affix for debug panel 2017-03-29 08:15:39 +02:00
Johannes Zillmann
96d4f72889 Fix loading when PDF has non-resolvable fonts
* Sometimes pdf.js gave fontId like Helvetica & Times instead of g_d0_f1, etc…, but those never got resolved through the callback. Now we simply ignore those.
* Also fixed that no fonts could be parsed
2017-03-29 08:11:14 +02:00
Johannes Zillmann
c4c23ac6ee Add Footer & some messaging 2017-03-29 08:08:55 +02:00