Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

malmz/linsen-pdf-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Linsen removed the pdf menu so this is now useless

Linsen pdf extractor

Reads the pdf menu from chalmers linsen resturant and outputs it in a nice structured format.

Usage

import { extract_pdf } from "https://deno.land/x/linsen-pdf-extractor/mod.ts";

const data = await Deno.readFile("./assets/meny.pdf");
const menu = extract_pdf(data);