Show HN: Nova JavaScript Engine

We're building a different kind of JavaScript engine, based on data-oriented design and willingness to try something quite out of left field. This is most concretely visible in our major architectural choices:

1. All data allocated on the JavaScript heap is placed into a type-specific vector. Numbers go into the numbers vector, strings into the strings vector, and so on.

2. All heap references are type-discriminated indexes: A heap number is identified by its discriminant value and the i

6mo | Hacker news
Show HN: Documind – Open-source AI tool to turn documents into structured data

Documind is an open-source tool that turns documents into structured data using AI.

What it does:

- Extracts specific data from PDFs based on your custom schema - Returns clean, structured JSON that's ready to use - Works with just a PDF link + your schema definition

Just run npm install documind to get started.


Comments URL: https://news.ycombinator.com/item?id=42171311

Points: 7

# Comments: 1

h

6mo | Hacker news

Search