Native Haiku applications
If you take the time to visit a foreign land, take some time to learn and experience the native culture. These are apps that work within the Haiku native framework of plugins and services communicating with messages and displaying with native GUI elements. Much of what make Haiku unique is expressed through direct manipulation of assets in Tracker.
Servers : shared services interact with BMessages between applications
- OCR : uses Tesseract library to extract text and word bounding boxes from images
- LLM (in dev)
- Beacon : CLIPS Expert System agent assistant for Haiku
- Serial Ports (in dev)
Applications : GUI driven tools
- OCR archive viewer :
Tracker AddOns : available in Tracker pop-up menu to act upon selected items
- Fossil links folder
Terminal : console applications stand alone or interact with servers
- OCR text : give it a file, get text via stdout, easy to redirect to file
- OCR archiver : give it a file and a SQLite database, it extracts data and stores images and word bounding boxes
for the moment....
code is in Files. each has a Paladin project file, including library links, that will open and build. I just put my servers in my config/settings/boot/launch folder