ocropus * Required and Recommended Software * iulib * Tesseract
On jún. 19, 17:01, rochacbruno <rochacbr...@gmail.com> wrote: > Pytesser (tesseract) is working very well for me, now I'm capturing > from console, the only problem is to make it works under MacOs > BTW I will test the ocropus, I'm considering using this example and > take advantage of integration with scanners. > > tks > > {{ }}'s > > On 19 jun, 09:56, Julius Minka <j...@minka.sk> wrote: > > > I just saw screenshots and will test application later. > > For OCR, these links could be > > useful:http://www.cuneiform.ru/eng/index.htmlhttp://code.google.com/p/ocropu... > > > V Sobota, 19. jún 2010 o 01:58 -0700, szimszon napísal(a): > > > > It would be great to have OCR integrated in it :) I would like it but > > > I didn't have time to search for a good and free OCR... > > > > On jún. 19, 04:33, rochacbruno <rochacbr...@gmail.com> wrote: > > > > I worked extensively with the library pytesser, and one of my > > > > projects is an ECM system with OCR, I'm still working on the lower > > > > level porting tesseract lib for Mac and Linux, and creating the API. > > > > this first implementation is a commercial project for one of my > > > > clients, but the intention is to result in a FOSS system for scanning > > > > and indexing docs via OCR, fully web based on web2py > > > > > Let's share the ideas, maybe create something great, together > > > > > {{ }}'s > > > > > On 18 jun, 12:14, mdipierro <mdipie...@cs.depaul.edu> wrote: > > > > > > Can you post a screenshot? Do you use a version control and hosting, > > > > > like google code? > > > > > > On Jun 18, 8:26 am, szimszon <szims...@gmail.com> wrote: > > > > > > > Developed with web2py. > > > > > > > Document Management System LOL :) for home use with sane compatible > > > > > > flatbed scanners... > > > > > > > There is no hierarchie among files just tags. > > > > > > > The application make use of crud.archive. > > > > > > > There is no document checkout or checkin. > > > > > > > There is only basic right management (just login and the user_1 can > > > > > > add and delete users). > > > > > > > There is now only little set of scanner parameters to be set from a > > > > > > fixed set of values :( > > > > > > > It is basically written based on the needs of mine. > > > > > > > The document scanned with scanimage converted to jpeg (Image modul) > > > > > > or > > > > > > the jpeg's to pdf (convert program) if multiple pages are scanned. > > > > > > > Need to edit db.py > > > > > > > db = DAL('...') > > > > > > > If you install the app. you need after register and login click to > > > > > > "Check rights". It makes a dms group with access to database tables. > > > > > > The users have to be a member of dms group to use the app. user_1 > > > > > > to... > > > > > > > Than click the "Config" to specify scanimage and convert program's > > > > > > path. > > > > > > > Happy document management! > > > > > > > Download source > > > > > > code:https://trac.oregpreshaz.eu/linux/raw-attachment/wiki/DKR/web2py.dms.... > >