Commit Graph
111 Commits
Author SHA1 Message Date
Roberto Rosario 7ec7ed499e Detect invalid transformation argument and reset to empty list [] 2011-11-07 02:05:06 -04:00
Roberto Rosario 1f8c180567 Spanish translation updates 2011-11-07 00:34:15 -04:00
Roberto Rosario 557c960094 Updated python converter backend, document model and staging module to use the new get_mimetype API 2011-11-07 00:05:25 -04:00
Roberto Rosario 6d81185fc1 Updated compiled language files 2011-11-04 13:16:59 -04:00
Roberto Rosario e58e6f8d8a Spanish translation source file updates 2011-11-04 13:14:17 -04:00
Roberto Rosario b39f5c4ba1 Updated compiles translation files 2011-11-03 21:10:42 -04:00
Roberto Rosario 64e21b64b2 Russian translation update 2011-11-03 21:05:39 -04:00
Roberto Rosario 284f9de6e3 Portuguese translation updates 2011-11-03 20:51:07 -04:00
Roberto Rosario f71e2a4b62 Further Russian translation updates 2011-11-03 16:57:53 -04:00
Roberto Rosario eea1abbc80 Russian translation update 2011-11-03 16:57:04 -04:00
Roberto Rosario 8e2210b799 Added initial Russian translation files 2011-11-03 16:40:19 -04:00
Roberto Rosario fd92a1cd78 Portuguese translation updates 2011-11-03 16:19:55 -04:00
Roberto Rosario 0f72ed5d0d Spanish translation updates 2011-09-30 01:30:51 -04:00
Roberto Rosario 85349bea03 Updated Spanish .po files, added English .po files to add project to Transifex.com 2011-09-29 18:52:11 -04:00
Roberto Rosario 18899f78f2 Improved tools menu using horizontal button widget just like the project_setup app 2011-08-18 11:24:25 -04:00
Roberto Rosario c46c52ebdf Added converter backend agnostic image file format descriptions 2011-08-12 04:06:48 -04:00
Roberto Rosario 0a2591d58f Removed unused import, PEP8 cleanups 2011-08-12 02:13:23 -04:00
Roberto Rosario df9d784097 If ghostscript is installed add PDF and PS to the list of supported file formats 2011-08-11 04:11:20 -04:00
Roberto Rosario 501d1c0d9d Pass integers instead of floats to PIL's transform method 2011-08-11 04:09:02 -04:00
Roberto Rosario 1b7183be85 Added encapsulate factory function to get around Django bug #15791 2011-08-05 09:30:26 -04:00
Roberto Rosario beea100cd9 Updated the get_page_count logic to let the converter raise UnknownFileFormat
and let the document model handle the exception, defaulting to one page
count and saving a comment on the document description
2011-08-05 03:48:51 -04:00
Roberto Rosario 3108c33c6d Fixed typo, renamed return to raise 2011-08-05 03:48:15 -04:00
Roberto Rosario cd0b1577a7 Renamed the exception UnknownFormat to UnkownFileFormat and updated all
backends get_page_count method to raise it, having the api's get_page_count
function decide how to handle the exception
2011-08-05 03:24:01 -04:00
Roberto Rosario 5f969351b1 Transformation interpretation error should stop a document image from being displayed 2011-07-25 03:38:38 -04:00
Roberto Rosario 842d0c8868 Added job_processors app to abstract background job processing 2011-07-23 16:54:45 -04:00
Roberto Rosario ec203b5702 Spanish translation update 2011-07-23 02:25:33 -04:00
Roberto Rosario f589da84fd Added new mimetype app to handle mimetype guessing and provide mimetype related icons when a preview is not available 2011-07-22 03:42:16 -04:00
Roberto Rosario 90e876ca93 Code cleanup 2011-07-21 11:46:15 -04:00
Roberto Rosario 46aa89d924 Don't use ghostscript if it is not installed 2011-07-21 04:37:08 -04:00
Roberto Rosario 9ba305222c Removed obsolete option from the converter settings file 2011-07-21 03:48:52 -04:00
Roberto Rosario b8ad2adc06 Removed QUALITY related code from the python converter backend, lowered the default ghostscript PDF dpi 2011-07-21 03:48:08 -04:00
Roberto Rosario 01de394b88 Properly import COMMON_TEMPORARY_DIRECTORY, removed more QUALITY related code 2011-07-21 03:45:14 -04:00
Roberto Rosario 8ca9c5d4cd Remove more QUALITY related code 2011-07-21 03:44:11 -04:00
Roberto Rosario 72a037fba2 Removed all obsolete QUALITY related literals 2011-07-21 03:43:15 -04:00
Roberto Rosario 8a017e2af0 Added PDF file support to the python converter backend via ghostscript 2011-07-19 20:55:08 -04:00
Roberto Rosario 648be556a6 Finished adapting the OCR app to the new transformations refactor 2011-07-19 04:21:36 -04:00
Roberto Rosario 7ea1b87ee0 Made size an optional argument of the convert function 2011-07-19 04:21:12 -04:00
Roberto Rosario 5bfd607b31 Removed pdftotext from the requirements, move unpaper calling to the OCR app 2011-07-18 04:06:19 -04:00
Roberto Rosario ac43e294b3 Added PDF page count support to the python converter backend 2011-07-18 04:04:22 -04:00
Roberto Rosario 49e4c040d8 Removed DENSITY from the supported converter backend transformations 2011-07-18 04:01:11 -04:00
Roberto Rosario 6c7ac588c7 Added mimetype detection utility 2011-07-18 04:00:21 -04:00
Roberto Rosario 5829bbde4d Added per OCR queue transformation models and CRUD views to replace the CONVERTER_OCR_OPTIONS with the new refactored converter transformations systems 2011-07-17 01:32:46 -04:00
Roberto Rosario 970ca0be05 Fixed Imagemagick converter backend 2011-07-16 04:08:17 -04:00
Roberto Rosario 7289cafdfd Added python only converter backend supporting resizing, zooming and rotation 2011-07-16 04:03:17 -04:00
Roberto Rosario 29adcce2a3 flake8 cleanups 2011-07-16 01:15:58 -04:00
Roberto Rosario 0fe032f7c9 Finished fixing new document transformations 2011-07-16 01:09:36 -04:00
Roberto Rosario 389253385c Source, document page and thumbnails working, new document transformations and OCR yet to convert 2011-07-15 20:25:49 -04:00
Roberto Rosario 743ae0fce0 Initial commit of the converter image transformation refactor 2011-07-15 06:16:14 -04:00
Roberto Rosario 358216fac5 Updated README.md 2011-07-14 23:17:43 -04:00
Roberto Rosario 415f0c8daa Refactored the converter backend system 2011-07-13 22:53:33 -04:00