π§ Setup Instructions:
π For Image Text Extraction (OCR)
Use the "Extract Text From Image" server-side action.
π§ Required Fields:
`imageUrl`: The publicly accessible URL of the image (must end in `.jpg`, `.png`, `.bmp`, etc.)
`ocrApiKey`**: Your [OCR.Space API key](
https://ocr.space/ocrapi)
β
Supported Formats:
JPG, PNG, BMP, GIF, TIFF, and PDF
> π Ensure the image URL is public and uses HTTPS (not private Bubble file links).
π For File Text Extraction (e.g., PDF/DOCX)
Use the "Extract Text From File" server-side action.
π§ Required Field:
* **`file`**: File object from Bubble's File Uploader (PDF, DOC, DOCX, TXT)
β
Supported File Types:
* `.pdf`, `.doc`, `.docx`
> π‘ This uses native file parsing (not OCR) β it's more accurate for digital documents.
π οΈ Use Cases:
* Resume/CV parsing
* Form or invoice automation
* OCR-based document automation
* AI pre-processing for uploaded data