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
> > --> 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```
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
The text was updated successfully, but these errors were encountered: