ocropus-archive / DUP-ocropy

Python-based tools for document analysis and OCR
Apache License 2.0
3.42k stars 591 forks source link

Having ERROR: book/0001.bin.png SKIPPED image too tall for a text line (1080, 1920) (use -n to disable this check) #330

Open 6Rebel opened 5 years ago

6Rebel commented 5 years ago

Having ERROR: book/0001.bin.png SKIPPED image too tall for a text line (1080, 1920) (use -n to disable this check) Whenever trying to run command ./ocropus-rpred -Q 4 -m models/fraktur.pyrnn.gz 'book/0001.bin.png'

zuphilip commented 5 years ago

Try to use -n as indicated in the error message, i.e.

./ocropus-rpred -n -m models/fraktur.pyrnn.gz 'book/0001.bin.png'