All Projects → mkucej → i-librarian-free

mkucej / i-librarian-free

Licence: GPL-3.0 license
I, Librarian - open-source version of a PDF managing SaaS.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to i-librarian-free

biblio-glutton
A high performance bibliographic information service
Stars: ✭ 54 (-50.91%)
Mutual labels:  doi, pubmed
Docspell
Assist in organizing your piles of documents, resulting from scanners, e-mails and other sources with miminal effort.
Stars: ✭ 303 (+175.45%)
Mutual labels:  ocr, document-management
doi2bib
get the bibtex string given a doi
Stars: ✭ 127 (+15.45%)
Mutual labels:  doi, crossref
Mayan Edms
Repository mirror of GtLab: https://gitlab.com/mayan-edms/mayan-edms Please use the upstream repository for issues and pull requests.
Stars: ✭ 398 (+261.82%)
Mutual labels:  ocr, document-management
Paperwork
Personal document manager (Linux/Windows) -- Moved to Gnome's Gitlab
Stars: ✭ 2,392 (+2074.55%)
Mutual labels:  ocr, document-management
Open Paperless
Scan, index, and archive all of your paper documents (acquired by Mayan EDMS)
Stars: ✭ 2,538 (+2207.27%)
Mutual labels:  ocr, groupware
FileBasedMiniDMS
This php script sorts your documents (by using hardlinks) into subfolders based on the hashtags it finds in your documents filenames.
Stars: ✭ 35 (-68.18%)
Mutual labels:  ocr, document-management
Lodestone
Personal Document Archiving (DMS, EDMS for Personal/Home Office use)
Stars: ✭ 426 (+287.27%)
Mutual labels:  ocr, document-management
Papermerge
Open Source Document Management System for Digital Archives (Scanned Documents)
Stars: ✭ 1,177 (+970%)
Mutual labels:  ocr, document-management
Mayan Edms
Free Open Source Document Management System (mirror, no pull request or issues)
Stars: ✭ 226 (+105.45%)
Mutual labels:  ocr, document-management
MouseTooltipTranslator
chrome extension - When mouse hover on text, it shows translated tooltip using google translate
Stars: ✭ 93 (-15.45%)
Mutual labels:  ocr, pdf-viewer
go-tenancy
快速实现 SaaS 多租户平台项目
Stars: ✭ 157 (+42.73%)
Mutual labels:  saas
crnn.mxnet
crnn in mxnet.can train with chinese characters
Stars: ✭ 47 (-57.27%)
Mutual labels:  ocr
remotex
远程工作空间
Stars: ✭ 83 (-24.55%)
Mutual labels:  remote-work
automile-php
Automile offers a simple, smart, cutting-edge telematics solution for businesses to track and manage their business vehicles.
Stars: ✭ 28 (-74.55%)
Mutual labels:  saas
paperhero
webapp written in python to manage pdf collections and notes
Stars: ✭ 28 (-74.55%)
Mutual labels:  arxiv
Handwritten-Text-Recognition
IAM dataset
Stars: ✭ 25 (-77.27%)
Mutual labels:  ocr
Web-Based-Graphical-Password-Authentication-System
Web Based Graphical Password Authentication System is a web based application that can be used in any system to allow users to sign up and log in using a different model other than the static passwords. In normal authentication systems, static passwords are used by users to get in the system but it is a known fact that static passwords are very …
Stars: ✭ 28 (-74.55%)
Mutual labels:  web-based
Snipping-Ocr
A simple Snipping tool for Windows with OCR capabilities
Stars: ✭ 82 (-25.45%)
Mutual labels:  ocr
pdf-viewer
A Pure Python PDFViewer, which provides functionalities same as other famous PDFViewers.
Stars: ✭ 58 (-47.27%)
Mutual labels:  pdf-viewer

I, Librarian Instructions

Contents

Automated installation using installers

You can download and execute installers for Windows 8, and 10 plus a DEB package and a console installer for Ubuntu, Debian, and its derivatives. An installer for Mac OS X is not available. These installers will install and/or configure Apache and PHP for you. If you don't want that, follow the instructions below to install manually.

Windows manual installation

  • A running Apache 2.4+ and PHP 7.2+ are required. Install them using a Windows installer like WAMP.
  • Edit Apache configuration file (httpd.conf). Append this at the end using Notepad and edit as needed:
Alias /librarian "C:\I, Librarian\public"
<Directory "C:\I, Librarian\public">
    AllowOverride All
    # Allow access from this computer.
    Require local
    # Allow access from intranet computers.
    Require ip 10
    Require ip 172.16 172.17 172.18 172.19 172.20
    Require ip 172.21 172.22 172.23 172.24 172.25
    Require ip 172.26 172.27 172.28 172.29 172.30 172.31
    Require ip 192.168
    # Insert Allow from directives here to allow access from the internet.
    # "Require all granted" opens access to everybody.
</Directory>
  • You may wish to alter who has access (e.g. to allow access from more IP numbers or domain names) - see the Apache Authentication and Authorization HOWTO for details.
  • Restart the server.
  • Unzip I, Librarian distributable files into C:\I, Librarian.
  • You may change C:\I, Librarian to any directory where you want to have I, Librarian, including an external drive.
  • Now you can access your library in a browser at http://127.0.0.1/librarian
  • Optional. You can install LibreOffice and Tesseract OCR to enable importing Office files and OCR, respectively.

First use

  • Note on security: These installation instructions allow access to your library only from local computer or an internal network.
  • In order to start I, Librarian, open your web browser, and visit: http://127.0.0.1/librarian
  • Replace 127.0.0.1 with your static IP, or qualified server domain name, if you have either one.
  • Migrate your previous library, or create an account and head to Administrator > Software details to see if everything checks fine.
  • You should also check Administrator > Global settings to run I, Librarian the way you want.

Thank you for using I, Librarian!

Un-installation

  • If you used the DEB package, execute the uninstall.sh un-installer.
  • Otherwise un-install all programs that you installed solely to use I, Librarian.
  • These may include Apache, Nginx, and PHP - using package managers like Apt, Homebrew, or Macports will make this task easier. Note: You might have other programs using these. Only remove if sure.
  • Delete I, Librarian directory.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].