View Single Post
Old 04-02-2018, 03:17 PM   #343
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 846
Karma: 3341026
Join Date: Jan 2017
Location: Poland
Device: Various
Quote:
Originally Posted by Alvgon View Post
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.
BeckyEbook is offline   Reply With Quote