Quote:
Originally Posted by Alvgon
I currently have a PDF with this "copyable" text:
ISBN 0 7506 4790 6
|
As mentioned by @theducks - there is no ordinary "space" between the numbers.
Change in file scan.py line 15 to:
Code:
RE_ISBN = re.compile(u'\s*([0-9\-\.–*―—\^ \u2000\u2001\u2002\u2003\u2004\u2005\u2006\u2007\u2008\u2009\u200A]{9,18}[0-9xX])', re.UNICODE)
And try again.