Skip to content
/ docinator Public

A small service to convert PDF files to Markdown using the Docling library

License

Notifications You must be signed in to change notification settings

patw/docinator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docinator

Provides an API to input PDF files and convert to Markdown text, with some summarization options. This is useful for chunking PDF for RAG chatbots.

Local Installation

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Copy the model.json.sample to model.json. In here you can modify the BaseURL to work with any OAI compatible service or use your own local models.

Running Docinator API

uvicorn main:app --host 0.0.0.0 --port 3009 --reload

Accessing API

http://localhost:3009/docs

About

A small service to convert PDF files to Markdown using the Docling library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published