All Projects → ridi → content-parser

ridi / content-parser

Licence: other
Content data parser for Ridibooks services

Programming Languages

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

Projects that are alternatives of or similar to content-parser

scipdf parser
Python PDF parser for scientific publications
Stars: ✭ 76 (+375%)
Mutual labels:  pdf-parser
hpdft
tools to poke pdf using haskell
Stars: ✭ 36 (+125%)
Mutual labels:  pdf-parser
Docotic.Pdf.Samples
C# and VB.NET samples for Docotic.Pdf library
Stars: ✭ 52 (+225%)
Mutual labels:  pdf-parser
pyxpdf
Fast and memory-efficient Python PDF Parser based on xpdf sources
Stars: ✭ 26 (+62.5%)
Mutual labels:  pdf-parser
PDFParser
Swift PDFParser for PDF parsing and text mining. Includes a TrueType font parser
Stars: ✭ 25 (+56.25%)
Mutual labels:  pdf-parser
linkedin-pdf-resume-parser
Parse LinkedIn PDF Resume and extract out name, email, education and work experiences.
Stars: ✭ 22 (+37.5%)
Mutual labels:  pdf-parser
sypht-golang-client
A Golang client for the Sypht API
Stars: ✭ 33 (+106.25%)
Mutual labels:  pdf-parser

Check codecov

Packages

@ridi/parser-core

Utilities for parsers

NPM version NPM total downloads

@ridi/content-parser

Content data parser for Ridibooks services (epub-parser + comic-parser + pdf-parser)

NPM version NPM total downloads

@ridi/epub-parser

Common EPUB2 data parser for Ridibooks services

NPM version NPM total downloads

@ridi/comic-parser

Common comic data parser for Ridibooks services

NPM version NPM total downloads

@ridi/pdf-parser

Common PDF data parser for Ridibooks services

NPM version NPM total downloads

Development

Setup

$ git clone [email protected]:ridi/content-parser.git
$ yarn

yarn required.

Commands

If you want install the development environment or add a new dependency to the package or add a new package, run the following command:

$ yarn

If you want only build, the following command:

$ yarn build

yarn clean are preceded.

If you want only lint, the following command:

$ yarn lint

To test each package, use the following command:

$ yarn test

yarn build and yarn lint are preceded.

To deploy the new version, use the following command:

$ yarn bump

Version names must conform to SemVer.

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].