|
1d
|
|
comment |
Convertion of tiff image in Python script - OCR using tesseract Ahh, after re-reading the question I see that you mean "using a decorative font named French Script". Well, I'm pretty sure that decorative fonts like that are beyond the capabilities of any OCR. |
|
1d
|
|
comment |
Convertion of tiff image in Python script - OCR using tesseract By "french script" do you mean "written in French" or "using the font named French Script"? (or any other variation of pseudo-handwritten decorative font - see this for an example fonts.com/font/monotype/french-script/regular)? |
|
1d
|
|
answered | How do I get a higher resolution than 1280 X 800 in Ubuntu 13.04 |
|
1d
|
|
reviewed | Approve suggested edit on How do I get a higher resolution than 1280 X 800 in Ubuntu 13.04 |
|
1d
|
|
comment |
How to install Python 3.3? @TamilVendhan: if you didn't have ~/bin before you need to log out and then log back in for the directory to be added to PATH.
|
|
May
14 |
|
comment |
dynamicly fill table using zpt and ajax as update @GertV: using zpt to generate the additional rows and append them to the table using an ajax call is very much possible if the server returns a HTML fragment rendered with zpt, as I've shown in the second option in the answer. |
|
May
14 |
|
answered | dynamicly fill table using zpt and ajax as update |
|
May
11 |
|
comment |
nose runs test on function in setUp when no suite specified @yentsun: I'm not sure why you refer to populate_test_data as "a function from setUp" - by importing it you created a module-level function in your test module. The function name matches the pattern node expects - no wonder nose considered it a test. Try doing something like from .scripts import populate_dummy_data; populate_test_data = populate_dummy_data to see what I mean.
|
|
May
10 |
|
answered | nose runs test on function in setUp when no suite specified |
|
May
4 |
|
awarded | Enlightened |
|
May
4 |
|
awarded | Nice Answer |
|
May
2 |
|
answered | "ResourceClosedError: The transaction is closed" error with celery beat and sqlalchemy + pyramid app |
|
May
2 |
|
awarded | Yearling |
|
May
2 |
|
awarded | Yearling |
|
Apr
30 |
|
revised |
How to make the Wacom Bamboo Splash Pen CTL-471 work on Lucid Lynx 10.04? removed 'lynx' tag |
|
Apr
27 |
|
awarded | Popular Question |
|
Apr
25 |
|
comment |
SQLAlchemy / Python / Pyramid Write To Database Issue Please, please, never-ever manually construct an SQL query, especially from bits you've got from user input. Your code is vulnerable to SQL injection. Always use bind parameters: docs.sqlalchemy.org/en/latest/core/… |
|
Apr
19 |
|
awarded | Notable Question |
|
Apr
19 |
|
awarded | Yearling |
|
Apr
19 |
|
awarded | Yearling |