Hello dear friend
I tried this script but i couldn't get any positive result from it, i think i did everything right but it gives me a strange error that i'll type in the following:
File "C:\Coran\getbnf_1.py", line 109
print ('ERROR: THERE\'S NO OUTPUT FILE!')
^
TabError: inconsistent use of tabs and spaces in indentation
I'll be much appreciated if you could help me out here.
best regards
MBM
BNF higher resolution downloads ?
Moderator: kcleung
-
- Posts: 1
- Joined: Mon Feb 02, 2015 6:58 pm
- notabot: 42
- notabot2: Human
Re: BNF higher resolution downloads ?
This script also works on OS X Yosemite, using the included Python installation and ImageMagick installed via Homebrew. Many, many thanks for this! (I'm transcribing a manuscript from the BnF that can only be read if one turns up the brightness, and of course that isn't possible unless one can download the images.)
Re: BNF higher resolution downloads ?
Sorry to reply to this old thread...
I can't get this to work correctly. The script works and I do get a set of JPEG files, however, the bottom part of the page is missing.
It concerns this piece in Gallica:
http://gallica.bnf.fr/ark:/12148/bpt6k859488b
This is the command I used in python:
python getbnf.py -a "http://gallica.bnf.fr/proxy?method=R&ar ... 32,230,187" -p 4 -o gigout
The resulting JPEG is attached to this post.
Any help would be very much appreciated!
I can't get this to work correctly. The script works and I do get a set of JPEG files, however, the bottom part of the page is missing.
It concerns this piece in Gallica:
http://gallica.bnf.fr/ark:/12148/bpt6k859488b
This is the command I used in python:
python getbnf.py -a "http://gallica.bnf.fr/proxy?method=R&ar ... 32,230,187" -p 4 -o gigout
The resulting JPEG is attached to this post.
Any help would be very much appreciated!
- Attachments
-
- gigout5.jpg (1.41 MiB) Viewed 16561 times
-
- active poster
- Posts: 1558
- Joined: Thu Jul 12, 2007 8:53 am
- notabot: 42
- notabot2: Human
- Location: Nice, France
- Contact:
Re: BNF higher resolution downloads ?
The image you want is at http://gallica.bnf.fr//iiif/ark:/12148/ ... native.jpg
Re: BNF higher resolution downloads ?
Excellent! Thank you so much!