Skip to content

improvements to be worked in #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
gnd opened this issue May 13, 2020 · 0 comments
Open

improvements to be worked in #1

gnd opened this issue May 13, 2020 · 0 comments

Comments

@gnd
Copy link
Owner

gnd commented May 13, 2020

> > --> nie poppler-tools, ale poppler-utils
> > 
> > okrem tych par veci som musel rucne doinstalovat:  
> >> npm install sleep
> > inak mi to hadzalo:
> > internal/modules/cjs/loader.js:638
> >     throw err;
> > Error: Cannot find module 'sleep'
> > 
> > a aj toto: 
> >> npm install --save readline-sync
> > inak hadzalo:
> > internal/modules/cjs/loader.js:638
> >     throw err;
> >     ^
> > Error: Cannot find module 'readline-sync'
> > 
> > v readme.md sa pise ze cookie sa pejstuje do node_dl.js, subor sa ale vola archive_dl.js (mozno si ho medzicasom premenoval na tento)
> > 
> > trochu kriticka chyba je ze "cookies" v config.json je mylne ako "cookie"
> > 
> > do config.json treba vlozit aj url_stub, ten v readme.md neni spomenuty, i ked v archive_dl.js v poznamkach je..
> > 
> > no a v archive_dl.js som musel zmenit
> > /* for (var i = 1; i < config.pages + 1; i++) {*/
> > na:
> >   for (var i = 1; i <= config.pages; i++) {
> > inak mi tu premennu z nejakeho dovodu ignoroval a siel bez ohladu na nu do 50
> > 
> > v make_pdf.sh mi OCRko neslo bez toho aby som zmenil:
> > #        tesseract $BOOK/$img -l eng $BOOK/$imgname pdf
> >         tesseract $BOOK/$img $BOOK/$imgname -l eng --dpi 150 pdf```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant