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

Latest commit

 

History

History
14 lines (9 loc) · 361 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 361 Bytes

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);